Mtillmann / color-helper-extension

helps with shades and colors
Other
8 stars 1 forks source link
browser-extension chrome-extension color-picker color-vision-deficiency colorblindness firefox-extension

Color Helper Extension

Install: Chrome, Edge, Opera, Brave, Vivaldi and other Chromium-based Browser | Firefox

Color Helper Extension

Assistive browser extension for people with color vision deficiency that can screenshot the current viewport or a selected area and lets you inspect the shades and approximate color names of the pixels.

Features

Usage

(Optional) Pin the extension to the toolbar

If you want to use the extension icon to launch the picker, click the extensions icon (puzzle piece) in the toolbar, then pin the Color Helper Extension.

Analyze a selected area

  1. Click the extension icon or press ALT + C (⌥ + C on macOS)
  2. Select an area on the website you want to analyze
  3. Hover over the pixels to see the color name and shade

Analyze the current viewport

  1. Click the extension icon or press ALT + C (⌥ + C on macOS)
  2. Press space to take a screenshot of the current viewport
  3. Hover over the pixels to see the color name and shade

Analyze a DOM Element

  1. Click the extension icon or press ALT + C (⌥ + C on macOS)
  2. Press D to enter DOM mode, then select the element you want to analyze
  3. Hover over the pixels to see the color name and shade

Show the options page

Chromium: Right click the extension icon and select Options
Firefox: Navigate to about:addons and find the extension in the list, then click Preferences

Changelog

0.0.8

0.0.7

0.0.6

0.0.5

0.0.4

0.0.3

0.0.2

0.0.1

Acknowledgements

App Icon by some random GPT-4 bot

Core extension code loosely based on Simeon Velichkov' great screenshot-capture

Color names, shades and lookup code from my own project isit.red

Firefox support mainly hinged on hans_squared's effort


** does not work on all websites, falls back to DOM node analysis

* Some browsers will complain about the extension being "unverified" and "unsafe" when installing it from the Chrome Web Store instead of their first-party web stores. Since the extension is reviewed by Google, it is safe to install.

Alternatively, you can clone the repository, review the code and install the extension manually in developer mode ✌️