Chrome Browser Extension for automatically searching Rossmann's Consumer Action Taskforce (CAT) articles for the current site being visited.
If a CAT wiki page for the domain is found then a new tab is opened in the background with the wiki article.
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 cloned/unzipped folder.
git checkout [email protected]:WayneKeenan/ClintonCAT.git
cd ClintonCAT
npm install
npx webpack
Compiled extension will be output in the dist
folder.
npx http-server tests/www
# install using: npm install --global http-server
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)