Twitter Account Colors

Changes Web Twitter's color scheme based on the current logged-in account.

O que é Twitter Account Colors?

Twitter Account Colors é uma extensão do Chrome desenvolvida por William Thomas, e sua principal característica é "Changes Web Twitter's color scheme based on the current logged-in account.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitter Account Colors

Baixe arquivos de extensão Twitter Account Colors 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

                        Makes a small change to the home page of Twitter.com. The background will be replaced from its boring white color to your profile's selected accent color.

Helpful for quickly identifying which account you are logged in as, too!                    

Informações Básicas da Extensão

Nome Twitter Account Colors Twitter Account Colors
ID lflmocamcdfgdakobokepedjmhigbhlm
URL Oficial https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm
Descrição Changes Web Twitter's color scheme based on the current logged-in account.
Tamanho do Arquivo 51.32 KB
Contagem de Instalações 17
Versão Atual 0.0.3
Última Atualização 2016-05-17
Data de Publicação 2016-05-17
Desenvolvedor William Thomas
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "William Thomas",
    "description": "Changes Web Twitter's color scheme based on the current logged-in account.",
    "homepage_url": "http:\/\/willseph.com\/",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Twitter Account Colors",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "version": "0.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/twitteraccountcolors.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/twitteraccountcolors.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/ajax.gif"
    ]
}