Skip to content

A Chrome extension that makes you pick up any pixel color from a web page

License

Notifications You must be signed in to change notification settings

hankchiutw/any-color

Folders and files

NameName
Last commit message
Last commit date
Jun 22, 2020
Jul 16, 2020
Jul 2, 2020
Jul 23, 2020
Feb 29, 2020
Jun 23, 2020
Jul 16, 2020
Jun 28, 2020
Jun 2, 2020
May 30, 2020
Jul 18, 2020
Jul 17, 2020
Jun 22, 2020
Jul 16, 2020
May 29, 2020
Aug 2, 2020

Repository files navigation

AnyColor
Commitizen friendly Chrome extension package.json version

AnyColor demo

A Chrome extension that makes you pick up any pixel color from a web page.

  • Inspired from Chrome devtool's color picker.
  • Toggle the color inspector by Ctrl+Shift+A (Command+Shift+A for mac).
  • Click and copy the color hex.

Why?

Most of the color picker extensions have these drawbacks:

  • Most of them are aimed at picking DOM colors. Can not pick colors from an image.
  • Not efficient when users only want to pick colors.

How to use

Install the extension and toggle the color inspector by Ctrl+Shift+A (Command+Shift+A for mac). That's it.

How it works

Mainly it uses captureVisibleTab API to the take the page screenshot. The image data is then rasterized and pixel colors are ready to use.

License

Apache2 License © hankchiu.tw