Refden browser extension for Chrome & Firefox.
- Run
yarn start
- Run
yarn manifest:to-chrome
- In chrome://extensions/ choose "load unpacked" and select app/ directory.
Go to about:debugging
and load temporary the extension or run yarn web-ext run --verbose
.
- You may need to reload the extension when making changes in JS code.
- Guide: https://developer.chrome.com/webstore/publish
- Run
yarn:compress
(Webpack in production & compress app folder) - Submit
- Package extension
- Rename
manifest.firefox.json
tomanifest.json
:yarn manifest:to-firefox
- Compress files with app folder and submit:
yarn web-ext build -s app
- Provide source code from Github.