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