When you click up, it loads the previous message you sent.
When you click down, it loads the next message you sent.
Simple as that.
- node + npm (Current Version)
- src/typescript: TypeScript source files
- src/assets: static files
- dist: Chrome Extension directory
- dist/js: Generated JavaScript files
npm install
...
npm run build
npm run watch
Run watch mode.
type Ctrl + Shift + B
Load dist
directory
npx jest
or npm run test
This project template is based on the Chrome Extension TypeScript Starter by @chibat.