Hex Color picker for Chrome™

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

什么是Hex Color picker for Chrome™?

Hex Color picker for Chrome™是由https://image-color-picker.com开发的Chrome扩展程序,该扩展的主要功能是“Pick colors from any web pages and get the HEX color code with fast and easily.”。

扩展截图

screenshot
screenshot

下载Hex Color picker for Chrome™扩展crx文件

下载Hex Color picker for Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hex Color picker for Chrome™ Hex Color picker for Chrome™
ID emcdddpfpajfemcjggaodbdecipdeeon
官方URL https://chromewebstore.google.com/detail/hex-color-picker-for-chro/emcdddpfpajfemcjggaodbdecipdeeon
简介 Pick colors from any web pages and get the HEX color code with fast and easily.
文件大小 516 KB
安装次数 2,409
当前版本 1.0
更新时间 2022-09-25
上架时间 2022-09-24
评分 5.00/5 共2次评分
开发者 https://image-color-picker.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://image-color-picker.com/hex-code-picker
帮助页面URL https://image-color-picker.com/contact
隐私政策页面URL https://www.image-color-picker.com/privacy-policy
支持的语言 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": [
        ""
    ]
}