Skip to content

Building the Extension

Follow the steps below to build the extension manually.

  1. Install Node.js.
  2. Clone the repository.
  3. Install dependencies.
bash
npm install
  1. Build the extension.
bash
npm run build
  1. The extension contents are located in the dist folder.

  2. Go to Install the Extension to install the extension locally.