WebExtension.net
WebExtension.net

Color Picker, Eyedropper - Geco colorpick

View on Chrome Web Store
View Color Picker, Eyedropper - Geco colorpick Chrome Extension on Chrome Web Store
4.2 (822 ratings)

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
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 16, 2021
Version 1.0.10
Manifest version
3
Updated
Updated on October 18, 2024
View on Chrome Web Store
View Color Picker, Eyedropper - Geco colorpick Chrome Extension on Chrome Web Store
lifestyle/art
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.10",
    "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
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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