There are 2 main folders:
- react: The code developed in react, must be builded and move the build to the extension folder.
- extension: The code for the service worker (background.js) and the scripts.
-
Clone, fork or download the code.
-
Install dependencies in the
react
folder.
With yarn:
yarn
With npm:
npm install
- Build the code and move it to the extension folder:
With yarn:
yarn move
With npm:
npm run move
- Follow the Google instructions about how to install the extension locally.