Summary

Color Picker stores a list of colors you chose to save, and nothing else. It has no access to any website, injects no scripts, and makes no network requests.

What this extension does

Color Picker lets you sample any color visible on your screen and gives you its HEX, RGB and HSL values, which you can copy or save to a small palette.

The sampling itself is performed by Chrome's own built-in EyeDropper API. When you click "Pick", the browser takes over: it shows the magnifier cursor and, when you click, hands the extension back a single color value. The extension never captures your screen, never reads the page, and never sees anything other than that one color.

Data the extension collects and stores

That is the complete list. A color you pick but do not save is shown in the popup and forgotten when the popup closes.

What is NOT collected

Where your data is stored

In chrome.storage.local, inside your own Chrome profile on your own device. It is not synced to your Google account and never leaves the machine.

Permissions and why each one is needed

PermissionWhy it is needed
storage Saves your palette of saved colors on your device so it is still there next time you open the popup. This is the only permission the extension requests.

The extension requests no host permissions, no tab access, and runs no content scripts on any website.

Third-party sharing

None. Nothing is shared, sold, or transmitted to anyone, including the developer. There is no server component.

Data retention and how to delete your data

Children's privacy

This extension is not directed at children under 13 and does not knowingly collect personal information from children. It collects no personal information from anyone.

Changes to this policy

Any change will be posted on this page with an updated "Last updated" date.

Contact

Questions, concerns or data requests: aqahramonov2007@gmail.com

← All privacy policies