WebExtension.net
Toggle dark mode
WebExtension.net

Color Picker, Eyedropper - Geco colorpick

View on Chrome Web Store
View Color Picker, Eyedropper - Geco colorpick Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (822 ratings)
1 new ratings
24 views
This extension has been viewed 24 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Grab colors from web pages, color picker, color history. Compared to Color picker, color pick, eyedropper, colorzilla this better.
Type
Extension
Users
2,000,000 users
Website geco-picker.com
App Division
View author page of App Division
Published
Published on November 16, 2021
Version 1.0.11
Manifest version
3
Updated
Updated on January 21, 2025
lifestyle/art
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Color Picker, Eyedropper - Geco colorpick Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.11",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "19": "icons\/icon_19.png",
        "38": "icons\/icon_38.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "Color Picker",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "commands": {
        "run-picker": {
            "suggested_key": {
                "default": "Alt+U",
                "mac": "Command+U"
            },
            "description": "Activate pick color from web page."
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ],
            "css": [
                "scss\/content.scss"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/picker.js",
                ".\/js\/library.js"
            ],
            "css": [
                ".\/picker.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top