This repository contains source code for Firefox browser extension.
For Chromium-based browsers (Chromium, Chrome, Opera, etc) installation can be done manually with such steps:
- Download the repository
- Navigate to
chrome://extensions
in your browser - Click
Load unpacked
button and select./extension
folder of the downloaded repository in the opened window
To start developing or recreate the current extension build
npm install
and then
npm start
in the root folder of the repository.
All the files for the extension that are actually loaded into the browser are stored in ./extension
folder.