Twitter Account Colors
Changes Web Twitter's color scheme based on the current logged-in account.
Hvad er Twitter Account Colors?
Twitter Account Colors er en Chrome-udvidelse udviklet af William Thomas, og dens hovedfunktion er "Changes Web Twitter's color scheme based on the current logged-in account.".
Udvidelsesskærmbilleder
Download Twitter Account Colors-udvidelses-CRX-fil
Download Twitter Account Colors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lflmocamcdfgdakobokepedjmhigbhlm |
Officiel URL | https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm |
Beskrivelse | Changes Web Twitter's color scheme based on the current logged-in account. |
Filstørrelse | 51.32 KB |
Antal Installationer | 17 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2016-05-17 |
Udgivelsesdato | 2016-05-17 |
Udvikler | William Thomas |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |