This is a manifest v3 chrome extension.
This extension uses Webpack, see the webpack.config.js configuration. You can use SCSS, TypeScript, Vue.js (JS & TS).
- Run
npm ci
to install all node modules
npm run start
to compile once (development mode)npm run watch
to compile each time you edit a file (development mode)npm run build
to build once (production mode)
- Go to
chrome://extensions/
oredge://extensions/
- Toggle developper mode and click on "load unpacked extension"
- Select the
./dist
folder of the project - You can then reload each time you update your extension