Twitter Account Colors
Changes Web Twitter's color scheme based on the current logged-in account.
Co je Twitter Account Colors?
Twitter Account Colors je rozšíření Chrome vyvinuté William Thomas, a jeho hlavní funkcí je „Changes Web Twitter's color scheme based on the current logged-in account.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Account Colors
Stáhněte si soubory rozšíření Twitter Account Colors ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | lflmocamcdfgdakobokepedjmhigbhlm |
Oficiální URL | https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm |
Popis | Changes Web Twitter's color scheme based on the current logged-in account. |
Velikost souboru | 51.32 KB |
Počet instalací | 17 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2016-05-17 |
Datum Vydání | 2016-05-17 |
Vývojář | William Thomas |
Typ Platby | free |
Podporované Jazyky | 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" ] } |