Image Color Picker - find colors from image

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

什么是Image Color Picker - find colors from image?

Image Color Picker - find colors from image是由https://libscat.com开发的Chrome扩展程序,该扩展的主要功能是“Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.”。

扩展截图

screenshot
screenshot

下载Image Color Picker - find colors from image扩展crx文件

下载Image Color Picker - find colors from image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
官方URL https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
简介 Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
文件大小 93.44 KB
安装次数 1,852
当前版本 2.0
更新时间 2020-07-08
上架时间 2020-07-03
评分 5.00/5 共1次评分
开发者 https://libscat.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://libscat.com/html-color-codes/color-from-image.html
帮助页面URL https://libscat.com
隐私政策页面URL https://libscat.com/privacy-policy.html
支持的语言 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"
    ]
}