Image Color Picker - find colors from image

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

Co je Image Color Picker - find colors from image?

Image Color Picker - find colors from image je rozšíření Chrome vyvinuté https://libscat.com, a jeho hlavní funkcí je „Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Image Color Picker - find colors from image

Stáhněte si soubory rozšíření Image Color Picker - find colors from image ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
Oficiální URL https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Popis Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Velikost souboru 93.44 KB
Počet instalací 1,852
Aktuální Verze 2.0
Poslední Aktualizace 2020-07-08
Datum Vydání 2020-07-03
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://libscat.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://libscat.com/html-color-codes/color-from-image.html
URL Stránky Nápovědy https://libscat.com
URL Stránky Zásad Ochrany Soukromí https://libscat.com/privacy-policy.html
Podporované Jazyky 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"
    ]
}