Browser extension that shows a popup and notifications when the site, product, or service you're viewing has an article on the Consumer Rights Wiki.
This project is under active development.
All references found by this software are not part of CRW Extension and are provided to the end-user under CC BY-SA 4.0 licensing by the originating site consumerrights.wiki.
Contributions are welcome!
Please read the CONTRIBUTING.md guide for details on how to ask questions, report bugs, suggest enhancements, and submit Pull Requests.
You can also check the project board and look for issues labelled good first issue to get started.
git clone https://github.com/FULU-Foundation/CRW-Extension.git
cd CRW-Extension
npm ci
npm run build:watchThe compiled extension will be output in the dist folder and vite will watch for changes and update the extension automatically.
- Open Extension settings: e.g.
chrome://extensions/orbrave://extensions/etc. - Enable Developer Mode
- Click
Load Unpacked - Navigate to the unzipped folder.
- Open: about:debugging#/runtime/this-firefox
- Expand 'Temporary Extensions'
- Click 'Load Temporary Add-on...'
- Navigate to the unzipped folder and open
manifest.json
npm run format