Hex Color picker for Chrome™

Pick colors from any web pages and get the HEX color code with fast and easily.

What is Hex Color picker for Chrome™?

Hex Color picker for Chrome™ is a Chrome extension developed by https://image-color-picker.com, and its main feature is "Pick colors from any web pages and get the HEX color code with fast and easily.".

Extension Screenshots

screenshot
screenshot

Download Hex Color picker for Chrome™ Extension CRX File

Download Hex 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

                        Hex Color picker is a simple chrome extension which enables you to pick any color from the webpage and your screen. And the colors will be save in the list of selected colors.

You can copy the Hex code to the clipboard with fast and easily.

What is Hex color code?
HTML color code or Hex code hexadecimal triplets representing the colors red, green, and blue (#RRGGBB). 

For example, in the color red, the color code is #FF0000, which is '255' red, '0' green, and '0' blue. There are 16,777,216 possible HTML color codes.

Visit our website for more useful tools for designers.

Thank you for using this tool.                    

Extension Basic Information

Name Hex Color picker for Chrome™ Hex Color picker for Chrome™
ID emcdddpfpajfemcjggaodbdecipdeeon
Official URL https://chromewebstore.google.com/detail/hex-color-picker-for-chro/emcdddpfpajfemcjggaodbdecipdeeon
Description Pick colors from any web pages and get the HEX color code with fast and easily.
File Size 516 KB
Installation Count 2,409
Current Version 1.0
Last Updated 2022-09-25
Publish Date 2022-09-24
Rating 5.00/5 Total 2 Ratings
Developer https://image-color-picker.com
Email [email protected]
Payment Type free
Extension Website https://image-color-picker.com/hex-code-picker
Help Page URL https://image-color-picker.com/contact
Privacy Policy Page URL https://www.image-color-picker.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hex Color picker for Chrome\u2122",
    "description": "Pick colors from any web pages and get the HEX color code with fast and easily.",
    "version": "1.0",
    "short_name": "Hex Color Picker",
    "manifest_version": 3,
    "action": {
        "default_title": "Hex Color picker",
        "default_icon": "icon.png",
        "default_popup": ".\/Popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}