Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 912 Bytes

CONTRIBUTION.md

File metadata and controls

47 lines (29 loc) · 912 Bytes

Contribution

Feel free to suggest improvements or to create pull requests!

To test the extension locally:

  • Clone this repository

Build

Prerequisites

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

Install the dependencies

npm install

Start the build process in watch mode

npm start

Load the local extension in your browser

Chromium

  • 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

Firefox

  • Go about:debugging#/runtime/this-firefox
  • Click on Load Temporary Add-On...
  • Select any file in the dist folder of the cloned repository