WebExtension.net
Toggle dark mode
WebExtension.net

ColorPick Eyedropper

View on Chrome Web Store
View ColorPick Eyedropper Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (1,233 ratings)
1 new ratings
55 views
This extension has been viewed 55 times

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

A zoomed eyedropper & color chooser tool that allows you to select color values from webpages and more.
Type
Extension
Users
2,000,000 users
1M
Website vidsbee.com
Sam Larison
View author page of Sam Larison
Published
Published on March 16, 2010
Version 0.0.2.38
Manifest version
2
Updated
Updated on June 18, 2023
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ColorPick Eyedropper 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": 2,
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/no-shadow\/icon16.png",
            "19": "img\/icons\/no-shadow\/icon19.png",
            "32": "img\/icons\/no-shadow\/icon32.png",
            "38": "img\/icons\/no-shadow\/icon38.png",
            "48": "img\/icons\/no-shadow\/icon48.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "Cr.js",
                "options_prefs.js",
                "colorpick.user.js"
            ],
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "js": [
                "installkey.user.js"
            ],
            "matches": [
                "http:\/\/vidsbee.com\/OrderComplete.php*",
                "https:\/\/vidsbee.com\/OrderComplete.php*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "color-input.user.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "options_prefs.js",
            "options_prefs_helpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/icon16.png",
        "img\/icon64.png",
        "img\/icons\/palette\/icon32.png",
        "img\/icons\/history\/icon32.png",
        "img\/icons\/search\/icon32.png",
        "img\/game\/bunny.webp",
        "img\/game\/rabbit.webp",
        "img\/crosshair.png",
        "img\/close.png",
        "img\/sponsors\/colordoctor.jpg",
        "img\/sponsors\/waterpik.jpg",
        "img\/sponsors\/picks.jpg",
        "img\/sponsors\/laser.jpg",
        "img\/sponsors\/color.jpg",
        "img\/sponsors\/prismacolor.jpg",
        "img\/sponsors\/bulb.jpg",
        "img\/sponsors\/purple.jpg"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "<all_urls>",
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "version": "0.0.2.38"
}
© 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