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 là gì?
2-Pane for Gmail/Calendar là một tiện ích mở rộng Chrome được phát triển bởi codef0rmer, và tính năng chính của nó là "Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 2-Pane for Gmail/Calendar
Tải xuống các tệp mở rộng 2-Pane for Gmail/Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jimomiffmbadddfkmhpafdbbofnkdeec |
URL Chính Thức | https://chrome.google.com/webstore/detail/2-pane-for-gmailcalendar/jimomiffmbadddfkmhpafdbbofnkdeec |
Mô tả | Tune Gmail by hiding the top navigation. Easily turned on and off through an icon in addressbar. It works with Google Calendar too. |
Kích Thước Tệp | 55.3 KB |
Số Lần Cài Đặt | 302 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2014-12-18 |
Ngày Phát Hành | 2014-12-18 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | codef0rmer |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://amitgharat.wordpress.com/2011/11/04/gmail-can-be-more-awesome/ |
URL Trang Trợ Giúp | http://amitgharat.wordpress.com/2011/11/04/gmail-can-be-more-awesome/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |