Mail timer for GMail
Timer to keep you focused while processing your inbox in Gmail.
Mail timer for GMailとは何ですか?
Mail timer for GMailはSalim Viraniによって開発されたChromeの拡張機能で、その主な機能は「Timer to keep you focused while processing your inbox in Gmail.」です。
拡張機能のスクリーンショット
Mail timer for GMail拡張機能のCRXファイルをダウンロード
Mail timer for GMail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a time-saving script I wrote to help me process my inbox faster. After 2 minutes spent on an email in your inbox, it pops up a reminder message to move on. (And when you have less than 30 seconds left, it shows a "30" icon in the browser bar to nudge you along.) Great for quickly clearing your inbox for things like Getting Things Done (GTD.) It's quite basic, but if you like it and use it, I'm happy to make improvements. Update: Now you can choose how much time per email you want to spend.
拡張機能の基本情報
名前 | Mail timer for GMail |
ID | mafgpjcblmgfpjjbchopchldhgdgmpdf |
公式URL | https://chromewebstore.google.com/detail/mail-timer-for-gmail/mafgpjcblmgfpjjbchopchldhgdgmpdf |
説明 | Timer to keep you focused while processing your inbox in Gmail. |
ファイルサイズ | 21.8 KB |
インストール数 | 329 |
現在のバージョン | 0.1.4 |
最終更新日 | 2012-07-06 |
公開日 | 2012-07-06 |
評価 | 3.00/5 合計 14 レビュー |
開発者 | Salim Virani |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mail timer for GMail", "version": "0.1.4", "description": "Timer to keep you focused while processing your inbox in Gmail.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-19.jpg", "default_title": "30 seconds left" }, "permissions": [ "tabs" ], "icons": { "128": "icon-128.jpg" }, "options_page": "options.html", "manifest_version": 2 } |