colorful

colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…

O que é colorful?

colorful é uma extensão do Chrome desenvolvida por pierre depaz, e sua principal característica é "colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão colorful

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

                        colorful changes the blackness of html text into a random gradient of colors.

click on the colorful icon on the top left of your chrome window to automatically color words!                    

Informações Básicas da Extensão

Nome colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
URL Oficial https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
Descrição colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
Tamanho do Arquivo 38.97 KB
Contagem de Instalações 16
Versão Atual 1.1
Última Atualização 2016-02-14
Data de Publicação 2016-02-14
Desenvolvedor pierre depaz
Tipo de Pagamento free
Site da Extensão http://pierredepaz.net
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "colorful",
    "manifest_version": 2,
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "color_changer.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "color_listener.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "name": "colorful",
        "default_icons": "icon_128.png",
        "default_title": "colorful"
    }
}