Gmail UI update
Fixes a couple of things
Gmail UI updateคืออะไร?
Gmail UI update เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michelet.tristan และคุณลักษณะหลักของมันคือ "Fixes a couple of things"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail UI update
ดาวน์โหลดไฟล์ส่วนขยาย Gmail UI update ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When using the multiple inboxes gmail lab plugin, the action bar is not always reachable. This plugin fixes it by making it move to the top or the bottom depending on what's the most convenient. See more: https://github.com/tmichelet/gmail-helper
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
คำอธิบาย | Fixes a couple of things |
ขนาดไฟล์ | 4.26 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2014-10-12 |
วันที่เผยแพร่ | 2014-10-12 |
ผู้พัฒนา | michelet.tristan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail UI update", "description": "Fixes a couple of things", "version": "1.0.2", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |