Gmail Zero
When your Gmail hits Inbox zero, display the Inbox zero image.
Gmail Zeroคืออะไร?
Gmail Zero เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chodyo และคุณลักษณะหลักของมันคือ "When your Gmail hits Inbox zero, display the Inbox zero image."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Zero
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Zero ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google is removing Inbox, but Inbox zero will live on. Reward yourself when you achieve inbox zero by displaying this classic Inbox zero image in Gmail.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bhpdlfchngefiolkmkogbbjchcechobm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-zero/bhpdlfchngefiolkmkogbbjchcechobm |
คำอธิบาย | When your Gmail hits Inbox zero, display the Inbox zero image. |
ขนาดไฟล์ | 141 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-12-24 |
วันที่เผยแพร่ | 2018-10-01 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | chodyo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 3, "name": "Gmail Zero", "version": "1.0.2", "description": "When your Gmail hits Inbox zero, display the Inbox zero image.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "content_scripts": [ { "js": [ "zero.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "short_name": "Gmail Zero", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |