- Find the Chrome extension in the Chrome Web Store.
- Should work on all Chromium based browsers, including Google Chrome, Microsoft Edge and Arc.
- Find the Firefox extension in the Firefox Browser Add-Ons store.
Chrome:
- Go to chrome://extensions and turn on
Developer Mode
on top-right. - Click
Load unpacked
and select thedist
folder where the browser plugin is located.
Firefox:
- Install Firefox Developer Edition
- In
about:debugging#/runtime/this-firefox
load aTemporary Add-On
and select the built Release.zip.
Chrome:
- Release are published from the Chrome Web Store Developer Dashboard under the
Firely
publisher. - Members from the Firely Publishing Google Group are able to publish, after setting up a Chrome Webstore Developer account.
Firefox:
- Release a new version from the Developer Hub.
The framework for this extension was created with Extension CLI.
Commands | Description |
---|---|
npm run start |
build extension, watch file changes |
npm run build |
generate release version |
npm run build:firefox |
generate release version |
npm run docs |
generate source code docs |
npm run clean |
remove temporary files |
npm run test |
run unit tests |
npm run sync |
update config files |
For CLI instructions see User Guide →