Image Color Picker - find colors from image

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

Cos'è Image Color Picker - find colors from image?

Image Color Picker - find colors from image è un'estensione di Chrome sviluppata da https://libscat.com, e la sua funzione principale è "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Image Color Picker - find colors from image

Scarica i file di estensione Image Color Picker - find colors from image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
URL Ufficiale https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Descrizione Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Dimensione del File 93.44 KB
Conteggio Installazioni 1,852
Versione Corrente 2.0
Ultimo Aggiornamento 2020-07-08
Data di Pubblicazione 2020-07-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://libscat.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://libscat.com/html-color-codes/color-from-image.html
URL della Pagina di Aiuto https://libscat.com
URL della Pagina della Politica sulla Privacy https://libscat.com/privacy-policy.html
Lingue Supportate 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"
    ]
}