Building the Extension
Follow the steps below to build the extension manually.
- Install Node.js.
- Clone the repository.
- Install dependencies.
bash
npm install- Build the extension.
bash
npm run buildThe extension contents are located in the
distfolder.Go to Install the Extension to install the extension locally.