The master
branch is the rewrite the will become v3. You can find v2 (the version currently published for Chrome and Firefox) under the v2 branch.
In the project directory, you can run:
Compiles the extension into ./build/unpacked
to be that can be loaded into Chrome or Firefox for development.
The extension will automatically reload when you save changes.
- Open Chrome
- Go to
chrome://extensions
- Turn on
Developer mode
- Click
Load unpacked
- Select folder
./build/unpacked
- Open Firefox
- Go to
about:debugging
- Click
Load Temporary Add-on...
- Open
./build/unpacked/manifest.json
Compiles the extension into ./build/unpacked
and then packages that into production ready zips at ./build/{target}-{version}.zip
.