Image Color Picker - find colors from image

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

Wat is Image Color Picker - find colors from image?

Image Color Picker - find colors from image is een Chrome-extensie ontwikkeld door https://libscat.com, en de belangrijkste functie is "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Image Color Picker - find colors from image

Download Image Color Picker - find colors from image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
Officiële URL https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Beschrijving Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Bestandsgrootte 93.44 KB
Aantal Installaties 1,852
Huidige Versie 2.0
Laatst Bijgewerkt 2020-07-08
Publicatiedatum 2020-07-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://libscat.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://libscat.com/html-color-codes/color-from-image.html
Help Pagina-URL https://libscat.com
URL van de Privacybeleid Pagina https://libscat.com/privacy-policy.html
Ondersteunde Talen 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"
    ]
}