Twitter Account Colors
Changes Web Twitter's color scheme based on the current logged-in account.
Twitter Account Colorsคืออะไร?
Twitter Account Colors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย William Thomas และคุณลักษณะหลักของมันคือ "Changes Web Twitter's color scheme based on the current logged-in account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Account Colors
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |