Chrome extension: AnyColor

Hank Chiu

0

Chrome Extension Developer

JavaScript

A Chrome extension that allows you pick up any pixel color from a web page.
Inspired by 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.
Like this project
0

Posted Oct 29, 2024

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

Likes

0

Views

0

Tags

Chrome Extension Developer

JavaScript

Chrome extension: Copy as link
Chrome extension: Copy as link
npm module: subjectize
npm module: subjectize