WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Eye Dropper

Eye Dropper

View on Chrome Web Store
View Eye Dropper Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (3,002 ratings)
2 new ratings
9 views
This extension has been viewed 9 times

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

Pick colors from any website.
Type
Extension
Users
1,000,000 users
Website eyedropper.org
Kepi
View author page of Kepi
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 2, 2010
Version 4.10.3.11
Manifest version
3
Updated
Updated on January 17, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Eye Dropper 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": "Eye Dropper",
    "description": "Pick colors from any website.",
    "version": "4.10.3.11",
    "icons": {
        "19": "icon\/19.png",
        "38": "icon\/38.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "edropper.js"
            ]
        }
    ],
    "commands": {
        "pick-from-webpage": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Pick color from web page"
        }
    },
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Popup",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    }
}
© 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