WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Smart Color Picker and Palettes

Smart Color Picker and Palettes

View on Chrome Web Store
View Smart Color Picker and Palettes Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (12 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.

An extension to get the color code of any pixel on the web page. It also offers trendy color palettes and css gradients
Type
Extension
Users
3,000 users
1K
Website addonise.com
Rahul Baruri
View author page of Rahul Baruri
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 18, 2020
Version 1.0.3
Manifest version
3
Updated
Updated on December 26, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Smart Color Picker and Palettes 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",
    "name": "Smart Color Picker and Palettes",
    "short_name": "Color Picker and Palette",
    "description": "An extension to get the color code of any pixel on the web page. It also offers trendy color palettes and css gradients",
    "offline_enabled": false,
    "version": "1.0.3",
    "manifest_version": 3,
    "author": "Rahul Baruri <[email protected]>",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "<all_urls>"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/injectable.css"
            ],
            "matches": [
                "*:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icons\/32.png",
        "default_popup": "popup.html"
    }
}
© 2025 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