Pacer

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

Cos'è Pacer?

Pacer è un'estensione di Chrome sviluppata da http://falcondai.com, e la sua funzione principale è "A productivity tool that nudges you every X minutes to help pace yourself.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pacer

Scarica i file di estensione Pacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Pacer Pacer
ID ooeamnobedpgkckfbgcfcflhglafjfkc
URL Ufficiale https://chrome.google.com/webstore/detail/pacer/ooeamnobedpgkckfbgcfcflhglafjfkc
Descrizione A productivity tool that nudges you every X minutes to help pace yourself.
Dimensione del File 298 KB
Conteggio Installazioni 262
Versione Corrente 0.2.1
Ultimo Aggiornamento 2013-09-21
Data di Pubblicazione 2013-09-21
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore http://falcondai.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/falcondai/chrome-ext-pacer
URL della Pagina di Aiuto https://github.com/falcondai/chrome-ext-pacer/issues
Lingue Supportate 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"
    ]
}