2-Pane for Gmail/Calendar
Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too.
2-Pane for Gmail/Calendarคืออะไร?
2-Pane for Gmail/Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย codef0rmer และคุณลักษณะหลักของมันคือ "Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2-Pane for Gmail/Calendar
ดาวน์โหลดไฟล์ส่วนขยาย 2-Pane for Gmail/Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Google chrome extension which makes more room for mails by converting Gmail into a two-pane navigation scheme. To access controls hidden in 2-Pane mode, click the icon in the addressbar. Now it works for Google Calendar as well. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jimomiffmbadddfkmhpafdbbofnkdeec |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/2-pane-for-gmailcalendar/jimomiffmbadddfkmhpafdbbofnkdeec |
คำอธิบาย | Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too. |
ขนาดไฟล์ | 55.3 KB |
จำนวนการติดตั้ง | 302 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2014-12-18 |
วันที่เผยแพร่ | 2014-12-18 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | codef0rmer |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://amitgharat.wordpress.com/2011/11/04/gmail-can-be-more-awesome/ |
URL หน้าช่วยเหลือ | http://amitgharat.wordpress.com/2011/11/04/gmail-can-be-more-awesome/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "2-Pane for Gmail\/Calendar", "version": "0.9", "manifest_version": 2, "description": "Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too.", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery.min.js", "js\/app.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*", "http:\/\/www.google.com\/calendar\/*", "https:\/\/www.google.com\/calendar\/*" ], "run_at": "document_idle" } ], "icons": { "128": "images\/logo_128.gif", "19": "images\/logo_19.gif", "48": "images\/logo_48.gif", "64": "images\/logo_64.gif" }, "page_action": { "default_icon": "images\/logo_48.gif", "default_popup": "popup.html", "default_title": "2-Pane for Gmail\/Calendar: Click the icon to toggle the Navigation Bar maximizing vertical space" }, "permissions": [ "tabs", "http:\/\/mail.google.com\/", "https:\/\/mail.google.com\/", "http:\/\/www.google.com\/calendar\/", "https:\/\/www.google.com\/calendar\/", "unlimitedStorage" ] } |