Twitter Custom Color
A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.
Twitter Custom Colorคืออะไร?
Twitter Custom Color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย malcolm และคุณลักษณะหลักของมันคือ "A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Custom Color
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Custom Color ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds the ability to make a custom color theme for Twitter. Simply click the extension icon while you're on Twitter to reveal a color selector. Using that, you can define any color you want. Your chosen color will be applied as the accent color throughout twitter. (You may need to refresh the page for your changes to apply). Works with light mode and both dark modes. Why limit yourself to the 6 default options when you could instead have 16,777,216? *** Update 1.2.5 - CSS fixes Update 1.2.4 - CSS fixes in response to changes to Twitter's UI
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Custom Color |
ID | ijbadhmaaffcpplchdijgjfffbmmllke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-custom-color/ijbadhmaaffcpplchdijgjfffbmmllke |
คำอธิบาย | A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options. |
ขนาดไฟล์ | 44.28 KB |
จำนวนการติดตั้ง | 3,817 |
เวอร์ชันปัจจุบัน | 1.2.5 |
อัปเดตครั้งล่าสุด | 2023-11-21 |
วันที่เผยแพร่ | 2022-03-23 |
คะแนน | 4.48/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | malcolm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Custom Color", "description": "A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.", "author": "malcolm", "version": "1.2.5", "manifest_version": 3, "permissions": [ "storage", "scripting", "tabs", "declarativeContent" ], "host_permissions": [ "*:\/\/twitter.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to open color selector", "default_popup": "selector.html" }, "icons": { "16": "16.png", "32": "32.png", "64": "64.png", "128": "128.png" } } |