Image Color Picker - find colors from image

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

Vad är Image Color Picker - find colors from image?

Image Color Picker - find colors from image är en Chrome-tillägg utvecklad av https://libscat.com, och dess huvudfunktion är "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Image Color Picker - find colors from image-förlängningens CRX-fil

Ladda ner Image Color Picker - find colors from image-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
Officiell webbadress https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Beskrivning Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Filstorlek 93.44 KB
Antal Installationer 1,852
Aktuell Version 2.0
Senast Uppdaterad 2020-07-08
Publiceringsdatum 2020-07-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://libscat.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://libscat.com/html-color-codes/color-from-image.html
Hjälpsida URL https://libscat.com
URL till Sekretesspolicy Sidan https://libscat.com/privacy-policy.html
Stödda Språk 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"
    ]
}