We are now available on addons.mozila.org!
- Download the extension from the GitHub releases page.
- Go to the extensions page of your browser and select the Install extension from zip option.
- Node.js, tested for version 18.19.1, if you encounter any problems with an older version, please open a GitHub issue and I will consider backporting support to older versions.
- A browser that supports extensions, Chrome and Firefox are officially supported.
- Run the command
npm install
from the project root directory to install any external dependencies. - Run
npm run build
to build the project. - Open your browser and add the
/dist
directory as an unpacked extension on the extensions page of your browser (chrome://extensions/ for Chrome). Alternatively import the extension archive from the/release
directory.