Chrome Browser Extension for automatically
searching Rossmann's Consumer Action Taskforce (CAT) articles
for the current site being visited.
All references found by this software are not part of ClintonCAT and are provided to the end-user under
CC-4.0-BY-SA licensing
as stated here by the originating website wiki.rossmanngroup.com.
If a CAT wiki page for the website is found then the plugin toolbar icon will indicate the number of controversies found. You might also see a clickable angry cat image in the page.
As this is not yet on the Chrome Web Store it's necessary to download and manually install it.
- Download a release.
- 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
git checkout [email protected]:WayneKeenan/ClintonCAT.git
cd ClintonCAT
npm install
npm run build:chromium # Chrome
# or
npm run build:gecko # Firefox
The compiled extension will be output in the dist
folder.
We welcome contributions! Please read our CONTRIBUTING.md guide for details on how to contribute.
Thanks to contributions from the following people that I added outside of a PR:
- @blimeybloke (Settings and whitelisting)
- @lnardon (Firefox)
- @khonkhortisan (Firefox)
- @SalimOfShadow (Multiple tab prevention)
- @EricFrancis12 (Toggle on/off)