Skip to content

Installation

  1. Change into the directory:
bash
cd browser-extension
  1. Install the dependencies:
bash
npm install
  1. Set the required environment variables (see above).

  2. Build the extension for your desired browser(s):

  • Chrome: npm run build:chrome
  • Firefox: npm run build:firefox
  • Safari: npm run build:safari
  • Edge: npm run build:edge
  1. Follow your browser's instructions to load the extension from the dist folder.