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 build
The extension contents are located in the
dist
folder.Go to Install the Extension to install the extension locally.