WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Color picker

Color picker

View on Chrome Web Store
View Color picker Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (1,012 ratings)
6 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

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

Simple and convenient color picker. Use the interactive color picker to select, adjust, and export color codes.
Type
Extension
Users
300,000 users
100K
terrellschatz92
View author page of terrellschatz92
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 25, 2021
Version 1.4.1
Manifest version
3
Updated
Updated on December 16, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Color picker 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": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4.1",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/icon-128_x_128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "options_ui": {
        "page": "src\/layouts\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "js": [
                "src\/js\/contentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/colorspicker.net\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/js\/colorsPickerSiteContent.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon-16_x_16.png",
        "32": "icons\/icon-32_x_32.png",
        "64": "icons\/icon-64_x_64.png",
        "128": "icons\/icon-128_x_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2026 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