Pacer
A productivity tool that nudges you every X minutes to help pace yourself.
What is Pacer?
Pacer is a Chrome extension developed by http://falcondai.com, and its main feature is "A productivity tool that nudges you every X minutes to help pace yourself.".
Extension Screenshots
Download Pacer Extension CRX File
Download Pacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ooeamnobedpgkckfbgcfcflhglafjfkc |
Official URL | https://chrome.google.com/webstore/detail/pacer/ooeamnobedpgkckfbgcfcflhglafjfkc |
Description | A productivity tool that nudges you every X minutes to help pace yourself. |
File Size | 298 KB |
Installation Count | 262 |
Current Version | 0.2.1 |
Last Updated | 2013-09-21 |
Publish Date | 2013-09-21 |
Rating | 3.80/5 Total 5 Ratings |
Developer | http://falcondai.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/falcondai/chrome-ext-pacer |
Help Page URL | https://github.com/falcondai/chrome-ext-pacer/issues |
Supported Languages | 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" ] } |