Pacer

A productivity tool that nudges you every X minutes to help pace yourself.

什么是Pacer?

Pacer是由http://falcondai.com开发的Chrome扩展程序,该扩展的主要功能是“A productivity tool that nudges you every X minutes to help pace yourself.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pacer扩展crx文件

下载Pacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Pacer Pacer
ID ooeamnobedpgkckfbgcfcflhglafjfkc
官方URL https://chrome.google.com/webstore/detail/pacer/ooeamnobedpgkckfbgcfcflhglafjfkc
简介 A productivity tool that nudges you every X minutes to help pace yourself.
文件大小 298 KB
安装次数 262
当前版本 0.2.1
更新时间 2013-09-21
上架时间 2013-09-21
评分 3.80/5 共5次评分
开发者 http://falcondai.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/falcondai/chrome-ext-pacer
帮助页面URL https://github.com/falcondai/chrome-ext-pacer/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pacer",
    "version": "0.2.1",
    "manifest_version": 2,
    "author": "Falcon Dai",
    "icons": {
        "128": "\/assets\/image\/logo.png"
    },
    "description": "A productivity tool that nudges you every X minutes to help pace yourself.",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "\/assets\/image\/logo.png"
    ]
}