Twitter Account Colors

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

Wat is Twitter Account Colors?

Twitter Account Colors is een Chrome-extensie ontwikkeld door William Thomas, en de belangrijkste functie is "Changes Web Twitter's color scheme based on the current logged-in account.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter Account Colors

Download Twitter Account Colors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Twitter Account Colors Twitter Account Colors
ID lflmocamcdfgdakobokepedjmhigbhlm
Officiële URL https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm
Beschrijving Changes Web Twitter's color scheme based on the current logged-in account.
Bestandsgrootte 51.32 KB
Aantal Installaties 17
Huidige Versie 0.0.3
Laatst Bijgewerkt 2016-05-17
Publicatiedatum 2016-05-17
Ontwikkelaar William Thomas
Betalingswijze free
Ondersteunde Talen 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"
    ]
}