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 to jest Image Color Picker - find colors from image?

Image Color Picker - find colors from image to rozszerzenie Chrome opracowane przez https://libscat.com, a jego główną funkcją jest „Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Image Color Picker - find colors from image

Pobierz pliki rozszerzeń Image Color Picker - find colors from image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
Oficjalny URL https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Opis Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Rozmiar pliku 93.44 KB
Liczba instalacji 1,852
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2020-07-08
Data Publikacji 2020-07-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://libscat.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://libscat.com/html-color-codes/color-from-image.html
Adres URL Strony Pomocy https://libscat.com
Adres URL Strony Polityki Prywatności https://libscat.com/privacy-policy.html
Obsługiwane Języki 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"
    ]
}