React + bundled with Webpack (V5).
npm install
npm run dev
builds the extensions and watches the project for changes during development process.
npm run build
builds the extensions.
The generated files are in dist/
. The generated files in this directory are:
- manifest.json
- popup.html
- popup.js
- popup.LICENSE.txt
To load the extensions in Google Chrome go to
chrome://extensions/
and clickLoad unpacked
. Locate the dist directory and selectmanifest.json
.