Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Google Inbox Dark Skinคืออะไร?
Google Inbox Dark Skin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yasser.ebrahim และคุณลักษณะหลักของมันคือ "Darkens the Google Inbox page to an easy on the eyes skin."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Inbox Dark Skin
ดาวน์โหลดไฟล์ส่วนขยาย Google Inbox Dark Skin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hand-picked colors to reduce eye strain, this isn't just an inversion skin, I custom designed the colors here to look pretty while being gentle on the eyes. Enjoy. v0.2: Fixed styling with email compose, and disabled email reformatting. Emails now appear just as received. v0.3: All emails are now in dark theme too, more style fixes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
คำอธิบาย | Darkens the Google Inbox page to an easy on the eyes skin. |
ขนาดไฟล์ | 126 KB |
จำนวนการติดตั้ง | 228 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2016-11-28 |
วันที่เผยแพร่ | 2016-11-28 |
คะแนน | 2.26/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | yasser.ebrahim |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "include_globs": [ "*" ], "js": [ "dark_inbox.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "description": "Darkens the Google Inbox page to an easy on the eyes skin.", "manifest_version": 2, "name": "Google Inbox Dark Skin", "short_name": "Dark Inbox", "version": "0.3" } |