WebExtension.net
WebExtension.net

Color Picker for Chrome™

View on Chrome Web Store
View Color Picker for Chrome™ Chrome Extension on Chrome Web Store
4.0 (113 ratings)

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

HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page
Type
Extension
Users
300,000 users
colorpicker08
View author page of colorpicker08
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 24, 2021
Version 2.0.0
Manifest version
3
Updated
Updated on July 20, 2024
View on Chrome Web Store
View Color Picker for Chrome™ 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",
    "name": "Color Picker for Chrome\u2122",
    "version": "2.0.0",
    "description": "HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page ",
    "permissions": [
        "storage",
        "activeTab",
        "background",
        "scripting"
    ],
    "action": {
        "default_icon": "colorpicker.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "48": "colorpicker.png",
        "128": "colorpicker.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "canvas.css"
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "canvas.css",
                "plus.png",
                "copy.png",
                "cp.png",
                "logo.svg",
                "pickicon.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
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