Description from extension meta
Click on any pixel to get its color code.
Image from store
Description from store
This extension serves a single purpose: allowing users to pick a color from their browser window and automatically copy its HEX code to the clipboard.
When the user clicks the extension icon, the EyeDropper API is activated. The user can then select any color on the screen, and the corresponding HEX code is copied to the clipboard. A notification (alert) confirms the successful copying process.
The extension performs only the following tasks:
1. Detect the HEX code of the selected color
2. Copy the HEX code to the clipboard
3. Display an alert to confirm the copying process
This extension does not collect, store, or transmit any user data. All actions take place locally within the user’s browser environment.