RAINBOW

EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM

O que é RAINBOW?

RAINBOW é uma extensão do Chrome desenvolvida por Garret, e sua principal característica é "EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RAINBOW

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

                        UPDATE 2.0.0 MASSIVE OVERHAUL! * 2.0.1 fixed the functionality bug
It's what you've been waiting for. Themed colors. They're here and working fantastically. In the future I'm going to add the ability to create your own custom selection of colors, but that's the future. Next update, maybe.
I've also added an advanced feature which currently lets you change what inputs trigger the color/random/both.
While the massive overhaul may not be that noticeable to those who have used this extension in its last state, it mostly relates to me completely rewriting the extension because I had wrote it in a horrible way at first and it was almost impossible to update it because it was so unorganized.

Once the extension is loaded, a little smiley face should pop up in the corner of your browser. This is the RAINBOW extension. The first time you load it up it might take a bit for the checkboxes to work but eventually everything should be fine.                    

Informações Básicas da Extensão

Nome RAINBOW RAINBOW
ID kapplegpndomdinbdhlhofhiakmpikce
URL Oficial https://chrome.google.com/webstore/detail/rainbow/kapplegpndomdinbdhlhofhiakmpikce
Descrição EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM
Tamanho do Arquivo 33.56 KB
Contagem de Instalações 286
Versão Atual 2.0.1
Última Atualização 2015-12-04
Data de Publicação 2015-12-04
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor Garret
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RAINBOW",
    "short_name": "RB",
    "description": "EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM",
    "version": "2.0.1",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon\/icon32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/rainbow.js"
    ],
    "icons": {
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}