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はcodef0rmerによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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" ] } |