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.”。

擴展截圖

screenshot

下載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 Mail timer for GMail
ID mafgpjcblmgfpjjbchopchldhgdgmpdf
官方網址 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
}