WebExtension.net
WebExtension.net

Eye Dropper

View on Chrome Web Store
View Eye Dropper Chrome Extension on Chrome Web Store
4.3 (3,007 ratings)

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 3.3.1.8
Manifest version
3
Updated
Updated on November 12, 2024
View on Chrome Web Store
View Eye Dropper Chrome Extension on Chrome Web Store
productivity/developer
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": "Eye Dropper",
    "description": "Pick colors from any website.",
    "version": "3.3.1.8",
    "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"
    }
}
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