Image Color Picker - find colors from image

Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.

What is Image Color Picker - find colors from image?

Image Color Picker - find colors from image is a Chrome extension developed by https://libscat.com, and its main feature is "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".

Extension Screenshots

screenshot
screenshot

Download Image Color Picker - find colors from image Extension CRX File

Download Image Color Picker - find colors from image 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

                        Click this chrome extension icon to display a list of images in the browsed webpage. Select one of the images, and the image color picker tool  will be opened. With the tool, you can get various color codes of the image.                    

Extension Basic Information

Name Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
Official URL https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Description Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
File Size 93.44 KB
Installation Count 1,852
Current Version 2.0
Last Updated 2020-07-08
Publish Date 2020-07-03
Rating 5.00/5 Total 1 Ratings
Developer https://libscat.com
Email [email protected]
Payment Type free
Extension Website https://libscat.com/html-color-codes/color-from-image.html
Help Page URL https://libscat.com
Privacy Policy Page URL https://libscat.com/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Color Picker - find colors from image",
    "version": "2.0",
    "description": "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Find colors from image",
        "default_icon": "images\/libscat_32.png"
    },
    "icons": {
        "16": "images\/libscat_16.png",
        "32": "images\/libscat_32.png",
        "48": "images\/libscat_48.png",
        "128": "images\/libscat_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*",
        "style\/*",
        "lib\/*",
        "page\/*",
        "script\/main.js"
    ]
}