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
Eメール [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": [
        ""
    ]
}