Pacer
A productivity tool that nudges you every X minutes to help pace yourself.
Wat is Pacer?
Pacer is een Chrome-extensie ontwikkeld door http://falcondai.com, en de belangrijkste functie is "A productivity tool that nudges you every X minutes to help pace yourself.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pacer
Download Pacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ooeamnobedpgkckfbgcfcflhglafjfkc |
Officiële URL | https://chrome.google.com/webstore/detail/pacer/ooeamnobedpgkckfbgcfcflhglafjfkc |
Beschrijving | A productivity tool that nudges you every X minutes to help pace yourself. |
Bestandsgrootte | 298 KB |
Aantal Installaties | 262 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2013-09-21 |
Publicatiedatum | 2013-09-21 |
Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://falcondai.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/falcondai/chrome-ext-pacer |
Help Pagina-URL | https://github.com/falcondai/chrome-ext-pacer/issues |
Ondersteunde Talen | 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" ] } |