2020-04-25 19:17:38 +00:00
|
|
|
# How to install
|
2020-04-23 00:26:08 +00:00
|
|
|
|
2020-04-25 19:17:38 +00:00
|
|
|
1. Download the extension
|
|
|
|
2. Goto `about:addons`
|
|
|
|
3. Click on the top right button
|
|
|
|
4. Click `Install Add-on From File`
|
|
|
|
5. Select the Add-on
|
2020-04-23 00:26:08 +00:00
|
|
|
|
2020-04-25 19:17:38 +00:00
|
|
|
# How to build
|
2020-04-23 00:26:08 +00:00
|
|
|
|
2020-04-25 19:17:38 +00:00
|
|
|
1. Build the bundle with `npm run buildProd`
|
|
|
|
2. Provide the secrets required for signing the addon
|
|
|
|
3. Sign the Add-on by Mozilla with `npm run ext:sign`
|
2020-04-23 00:26:08 +00:00
|
|
|
|
2020-04-25 19:17:38 +00:00
|
|
|
# Usefull links
|
2020-04-23 00:26:08 +00:00
|
|
|
|
2020-04-25 19:17:38 +00:00
|
|
|
- [Mozilla Developer hub](https://addons.mozilla.org/en-US/developers/)
|
|
|
|
- [Mozilla Extension documentation](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions)
|
|
|
|
- [Web ext documentation](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/)
|