Twitter Account Colors
Changes Web Twitter's color scheme based on the current logged-in account.
什麼是Twitter Account Colors?
Twitter Account Colors是由William Thomas開發的Chrome擴展程式,該擴展的主要功能是“Changes Web Twitter's color scheme based on the current logged-in account.”。
擴展截圖
下載Twitter Account Colors擴展crx文件
下載Twitter Account Colors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | lflmocamcdfgdakobokepedjmhigbhlm |
官方網址 | https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm |
簡介 | Changes Web Twitter's color scheme based on the current logged-in account. |
檔案大小 | 51.32 KB |
安裝次數 | 17 |
目前版本 | 0.0.3 |
更新時間 | 2016-05-17 |
上架時間 | 2016-05-17 |
開發者 | William Thomas |
付費類型 | free |
支援的語言 | 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" ] } |