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
官方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
}