A Chrome extension that makes you pick up any pixel color from a web page
A Chrome extension that makes you pick up any pixel color from a web page.
Most of the color picker extensions have these drawbacks:
Install the extension and toggle the color inspector by Ctrl+Shift+A (Command+Shift+A for mac). That’s it.
Mainly it uses captureVisibleTab API to the take the page screenshot. The image data is then rasterized and pixel colors are ready to use.