For local testing, enable developer mode in chrome://extensions or brave://extensions and use Load unpacked on the dist/ folder.
npm install
or
just install
npm run build-watch
npm run build
or
just build
just package
This writes a zip like artifacts/ecto-2.0.0-unpacked.zip.
The tester must unzip it first, then load the unpacked folder from the browser extensions page.
just extension-id
npm run lint