Color Picker

A color picker for Web pages

What is Color Picker?

Color Picker is a Chrome extension developed by https://guokai.dev, and its main feature is "A color picker for Web pages".

Extension Screenshots

screenshot

Download Color Picker Extension CRX File

Download Color Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a simple native color picker (eyedropper) for web pages.

Features:
• Click the picker button to select a color.
• Automatically save color to clipboard.
• Automatically save the last selected color.
• Shift + Click to minimize the popup page and select a color.                    

Extension Basic Information

Name Color Picker Color Picker
ID idiajgaficpmeboopiofaamigdmmchak
Official URL https://chromewebstore.google.com/detail/color-picker/idiajgaficpmeboopiofaamigdmmchak
Description A color picker for Web pages
File Size 5.72 KB
Installation Count 250
Current Version 1.0.2
Last Updated 2023-08-24
Publish Date 2022-09-12
Rating 4.00/5 Total 2 Ratings
Developer https://guokai.dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://guokai.dev/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Picker",
    "description": "A color picker for Web pages",
    "version": "1.0.2",
    "author": "Guokai Han",
    "manifest_version": 3,
    "minimum_chrome_version": "95",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}