- Go to the releases page and download the latest version as zip (not source code).
- You have now a .zip file. Extract it in an empty directory.
- Open google chrome and go to the extensions page.
- Enable the "Developer mode" and click on "Load unpacked".
- Select the extension directory.
- Done !
Tools needed :
- Clone the repository and install the dependencies :
npm install
- Build the extension :
npm run build
- You have now a dist folder in your repository folder. Open google chrome and go to the extensions page.
- Enable the "Developer mode" and click on "Load unpacked".
- Select the repository folder.
- Done !