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
Eメール [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"
    ]
}