Feel free to suggest improvements or to create pull requests!
To test the extension locally:
- Clone this repository
Install Node.js 16.x
Or, if you different node versions on your machine for different projects, you can use Node Version Manager (NVM) and run the following command in the repository directory:
nvm use
npm install
npm start
- Go to
chrome://extensions
- Enable the developer mode with the regarding toggle button on the right side
- Click on "Load unpacked"
- Select the
dist
folder of the cloned repository
- Go
about:debugging#/runtime/this-firefox
- Click on
Load Temporary Add-On...
- Select any file in the
dist
folder of the cloned repository