Twitter Dusk
A twitter theme inspired by the twitter app night mode.
Twitter Duskคืออะไร?
Twitter Dusk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ggarnhart.com และคุณลักษณะหลักของมันคือ "A twitter theme inspired by the twitter app night mode."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Dusk
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Dusk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Twitter Dusk provides users with a color scheme similar to that of the Twitter app's night mode. Twitter Dusk will continue to be updated for fuller site wide support. In the coming weeks its contents will be uploaded to GitHub.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Dusk |
ID | popkolfnihkkdcmemlhcijdfkmodjejk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-dusk/popkolfnihkkdcmemlhcijdfkmodjejk |
คำอธิบาย | A twitter theme inspired by the twitter app night mode. |
ขนาดไฟล์ | 59.49 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-12-19 |
วันที่เผยแพร่ | 2016-12-19 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://ggarnhart.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Dusk", "version": "1.0.1", "description": "A twitter theme inspired by the twitter app night mode.", "permissions": [ "https:\/\/twitter.com\/", "tabs", "activeTab" ], "background": { "scripts": [ "Scripts\/execute.js" ] }, "browser_action": { "default_popup": "nightExtension.html", "default_icon": "Images\/darkTwitter.png", "default_html": "nightExtension.html" } } |