- Chrome
- Firefox
- Node v12.20.2 (recommended to use nvm)
- NPM v7.6.1
- Clone the repo
- Run
npm install
- Develop!
- Run
npm run start
- Go to chrome extensions
- Hit the
Load unpacked
button and select thedev-dist
folder - Enjoy hot-reloading :)
- Run
npm run start
- Go to add-ons debuggings
- Hit the
Load temporary Add-on
button and select thedev-dist/manifest.json
file - Enjoy hot-reloading :)
- Download zip
- Unzip downloaded zip file
- Go to chrome://extensions/
- Click on Load unpacked
- Select the folder that got created when the file got unziped
- Have fun!
- Download zip
- Go to about:addons
- Click the gear icon and select Debug Add-ons
- Click on Load temoprary Add-on
- Select the downloaded zip file
- Have fun!