Skip to content

Chrome Browser Extension for automatically searching Rossmann's Consumer Action Taskforce (CAT) articles for the current site being visited.

License

Notifications You must be signed in to change notification settings

Edgiest05/ClintonCAT

 
 

Repository files navigation

Clinton CAT

GitHub Release GitHub contributors GitHub Downloads GitHub Issues GitHub Pull Requests

About

EXPERIMENTAL

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.

Operation

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.

Install

As this is not yet on the Chrome Web Store it's necessary to download and manually install it.

For Chrome:

  1. Download a release.
  2. Open Extension settings: e.g. chrome://extensions/ or brave://extensions/ etc.
  3. Enable Developer Mode
  4. Click Load Unpacked
  5. Navigate to the unzipped folder.

For Firefox:

  1. Open: about:debugging#/runtime/this-firefox
  2. Expand 'Temporary Extensions'
  3. Click 'Load Temporary Add-on...'
  4. Navigate to the unzipped folder and open manifest.json

Developer

Checkout and build the extension:

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.

Contributing

We welcome contributions! Please read our CONTRIBUTING.md guide for details on how to contribute.

Contributions

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)

Attributions

About

Chrome Browser Extension for automatically searching Rossmann's Consumer Action Taskforce (CAT) articles for the current site being visited.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.6%
  • JavaScript 11.6%
  • CSS 5.7%
  • HTML 2.1%