Twitter Account Colors
Changes Web Twitter's color scheme based on the current logged-in account.
Apa itu Twitter Account Colors?
Twitter Account Colors adalah ekstensi Chrome yang dikembangkan oleh William Thomas, dan fitur utamanya adalah "Changes Web Twitter's color scheme based on the current logged-in account.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter Account Colors
Unduh file ekstensi Twitter Account Colors dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | lflmocamcdfgdakobokepedjmhigbhlm |
URL Resmi | https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm |
Deskripsi | Changes Web Twitter's color scheme based on the current logged-in account. |
Ukuran File | 51.32 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2016-05-17 |
Tanggal Publikasi | 2016-05-17 |
Pengembang | William Thomas |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |