Color Picker for Chrome™

HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page

What is Color Picker for Chrome™?

Color Picker for Chrome™ is a Chrome extension developed by alanranjith975, and its main feature is "HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Color Picker for Chrome™ Extension CRX File

Download Color Picker for Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple color picker tool to grab any color from a webpage. Get the colors in HEX and RGB format.

simple  color picker extension allows you to select a pixel on the page and get color in popular formats. Now color picking form image or color picking form screen is made with this simple extension.

Features:
*  Simple and One click color  picker.
*  Light weight.
*  Get colors in HEX and RGB format.

Now pick your favorite colors from any webpage and use it. Its simple to use. Makes it easy for a designer and developer to pick colors. 

Update:
0.2  works on all web pages
0.3 minor UI update
0.4 UI update                    

Extension Basic Information

Name Color Picker for Chrome™ Color Picker for Chrome™
ID cloifjkbfkkifiakmdbioaagpchmfahg
Official URL https://chromewebstore.google.com/detail/color-picker-for-chrome/cloifjkbfkkifiakmdbioaagpchmfahg
Description HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page
File Size 41.82 KB
Installation Count 600
Current Version 0.4
Last Updated 2022-07-21
Publish Date 2021-12-16
Developer alanranjith975
Email [email protected]
Payment Type free
Privacy Policy Page URL https://alanranjith.github.io/hpp-privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Picker for Chrome\u2122",
    "version": "0.4",
    "description": "HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page ",
    "permissions": [
        "storage",
        "activeTab",
        "background"
    ],
    "action": {
        "default_icon": "\/assets\/colorpicker.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "\/assets\/colorpicker.png",
        "48": "\/assets\/colorpicker.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "canvas.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "canvas.css",
                "\/assets\/plus.png",
                "\/assets\/copy.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}