Twitter Pastel Palettes
Cute pastel color themes for Twitter/X in Chrome
Twitter Pastel Palettesคืออะไร?
Twitter Pastel Palettes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rin และคุณลักษณะหลักของมันคือ "Cute pastel color themes for Twitter/X in Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Pastel Palettes
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Pastel Palettes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Six cute pastel color themes to apply to Twitter's desktop site! Note: Must be using Twitter's default blue display color! (Designed to overwrite Twitter's light mode + blue accent default layout)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Pastel Palettes |
ID | bigcpeflhikdlnbmpmhgcmknhjkejbki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-pastel-palettes/bigcpeflhikdlnbmpmhgcmknhjkejbki |
คำอธิบาย | Cute pastel color themes for Twitter/X in Chrome |
ขนาดไฟล์ | 1.13 MB |
จำนวนการติดตั้ง | 6,129 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2024-02-18 |
วันที่เผยแพร่ | 2020-04-16 |
คะแนน | 4.38/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | rin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Pastel Palettes", "description": "Cute pastel color themes for Twitter\/X in Chrome", "version": "1.6", "action": { "default_popup": "popup\/popup.html", "default_icon": "icons\/icon48.png", "default_title": "Twitter Pastel Palettes" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/twitter.com\/*" ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |