ColorMixture

Show grey, red, green, blue, yellow, magenta, cyan scales of an image

O que é ColorMixture?

ColorMixture é uma extensão do Chrome desenvolvida por https://javafactory.altervista.org, e sua principal característica é "Show grey, red, green, blue, yellow, magenta, cyan scales of an image".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ColorMixture

Baixe arquivos de extensão ColorMixture 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

                        If you display a single image .jpg, .gif, .png in a tab by itself (rather than on a normal webpage), this extension will produce multiple colour-tinted versions of the image
Then clicking on a generated image ColorMixture opens a new page where you can save the clicked image in .png format

Color scales available:
- Grey
- Red
- Green
- Blue
- Yellow
- Magenta
- Cyan

It doesn't work in chrome:// pages and in chrome extensions gallery

Please rate this extension if you like it                    

Informações Básicas da Extensão

Nome ColorMixture ColorMixture
ID ioidipnbhgcjiaademjhblfoljjmonpa
URL Oficial https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa
Descrição Show grey, red, green, blue, yellow, magenta, cyan scales of an image
Tamanho do Arquivo 40.33 KB
Contagem de Instalações 53
Versão Atual 0.5.2
Última Atualização 2012-07-14
Data de Publicação 2012-07-14
Classificação 3.00/5 Total de 7 Avaliações
Desenvolvedor https://javafactory.altervista.org
Tipo de Pagamento free
Site da Extensão http://javafactory.altervista.org/chrome.html
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColorMixture",
    "version": "0.5.2",
    "description": "Show grey, red, green, blue, yellow, magenta, cyan scales of an image",
    "manifest_version": 2,
    "icons": {
        "48": "color48.png",
        "128": "color128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.gif",
                "http:\/\/*\/*.png",
                "https:\/\/*\/*.jpg",
                "https:\/\/*\/*.gif",
                "https:\/\/*\/*.png"
            ],
            "js": [
                "edit.js"
            ]
        }
    ]
}