WebExtension.net
WebExtension.net

Color Picker

View on Chrome Web Store
View Color Picker Chrome Extension on Chrome Web Store
5.0 (15 ratings)

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

Color picker tool with pallete and history
Type
Extension
Users
600,000 users
Color Picker
View author page of Color Picker
Published
Published on June 10, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on June 10, 2024
View on Chrome Web Store
View Color Picker Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "color picker",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "Click to activate Color Picker",
        "default_popup": "html\/popup.html"
    },
    "description": "Color picker tool with pallete and history",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Color Picker",
    "permissions": [
        "scripting",
        "storage",
        "alarms",
        "commands"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Color picker tool"
        }
    },
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/web_accessible_resources\/*"
            ],
            "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