- Clone the repo or download the Release.
- Open chrome://extensions and enable "developer mode"
- Click on "load unpacked" and select the
distfolder inside what you downloaded.
If you want to customize and build it yourself:
npm i
npm run build
From the root of the folder:
rm -rf dist/assets
mv temp/index.html dist/
mv temp/assets/ dist/
(Translation: delete the old assets, move the fresh ones where the extension expects them.)
