Available Scripts
In the project directory, you can run:
npm run start
Compiles the extension into ./build/unpacked
to be loaded into your broswer for development. The extension automatically reloads when you save changes to the code.
Load into Chrome
- Open Chrome
- Go to
chrome://extensions
- Turn on
Developer mode
- Click
Load unpacked
- Select folder
./build/unpacked
Load into Firefox
- Open Firefox
- Go to
about:debugging
- Click
Load Temporary Add-on...
- Open
./build/unpacked/manifest.json
npm run build
Compiles the extension and packages them into production ready zips at ./build/{target}-{version}.zip
. These zips can then be uploaded to their respective extension stores.
Documentation: https://github.com/kadauchi/webextension-create#webextension-create