Image Color Picker - find colors from image

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

O que é Image Color Picker - find colors from image?

Image Color Picker - find colors from image é uma extensão do Chrome desenvolvida por https://libscat.com, e sua principal característica é "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Image Color Picker - find colors from image

Baixe arquivos de extensão Image Color Picker - find colors from image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
URL Oficial https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Descrição Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Tamanho do Arquivo 93.44 KB
Contagem de Instalações 1,852
Versão Atual 2.0
Última Atualização 2020-07-08
Data de Publicação 2020-07-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://libscat.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://libscat.com/html-color-codes/color-from-image.html
URL da Página de Ajuda https://libscat.com
URL da Página de Política de Privacidade https://libscat.com/privacy-policy.html
Idiomas Suportados 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"
    ]
}