WebExtension.net
WebExtension.net

Web Color Picker - online color grabber

View on Chrome Web Store
View Web Color Picker - online color grabber Chrome Extension on Chrome Web Store
4.1 (120 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. Live smart color picker tool in HEX, RGBA. Eyedropper colorpick for free
Type
Extension
Users
1,000,000 users
Color Online
View author page of Color Online
Published
Published on October 17, 2022
Version 1.2
Manifest version
3
Updated
Updated on February 21, 2023
View on Chrome Web Store
View Web Color Picker - online color grabber Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "19": "img\/img19.png",
        "38": "img\/img38.png",
        "48": "img\/img48.png",
        "128": "img\/img128.png"
    },
    "action": {
        "default_icon": {
            "19": "img\/img19.png",
            "38": "img\/img38.png",
            "48": "img\/img48.png",
            "128": "img\/img128.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "commands": {
        "run-picker": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Activate pick color from web page."
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+R",
                "mac": "Alt+R",
                "chromeos": "Alt+R",
                "linux": "Alt+R"
            }
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "webRequest",
        "contextMenus",
        "commands"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}
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