Install from Chrome Web Store or follow the instructions to build the extension from the source.
- Clone this repository
- Go to
chrome://extensions/ - Enable developer mode
- Click "Load unpacked"
- Select the folder of the cloned repository (containing
manifest.json) - You're done! Click the extension icon to open the popup.
Install from Mozilla Add-ons or follow the instructions to build the extension from the source.
To sign the extension for use in Firefox, you will need credentials from https://addons.mozilla.org/en-US/developers/addon/api/key/. Create a copy of .env.example named .env and replace the placeholders with your API key and secret. Install web-ext with npm install -g web-ext and sign the extension with make sign-firefox. The generated extension will appear as a .xpi file in ./web-ext-artifacts. This file can be opened in Firefox to install the add-on.


