Twitter Account Colors

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

Cos'è Twitter Account Colors?

Twitter Account Colors è un'estensione di Chrome sviluppata da William Thomas, e la sua funzione principale è "Changes Web Twitter's color scheme based on the current logged-in account.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Account Colors

Scarica i file di estensione Twitter Account Colors in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Twitter Account Colors Twitter Account Colors
ID lflmocamcdfgdakobokepedjmhigbhlm
URL Ufficiale https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm
Descrizione Changes Web Twitter's color scheme based on the current logged-in account.
Dimensione del File 51.32 KB
Conteggio Installazioni 17
Versione Corrente 0.0.3
Ultimo Aggiornamento 2016-05-17
Data di Pubblicazione 2016-05-17
Sviluppatore William Thomas
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}