Grandfather Deco Mezzora Timer

A mezzora timer with the sounds of a grandfather clock.

Cos'è Grandfather Deco Mezzora Timer?

Grandfather Deco Mezzora Timer è un'estensione di Chrome sviluppata da https://sites.google.com/site/grandfatherdeco, e la sua funzione principale è "A mezzora timer with the sounds of a grandfather clock.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Grandfather Deco Mezzora Timer

Scarica i file di estensione Grandfather Deco Mezzora Timer 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

                        Grandfather Deco Mezzora Timer.

Mezzora (medzora) n. Italian.
1. half an hour.
2. a time management technique.
3. a half-hour timebox in which all distractions are blocked.
4. the smallest, indivisible unit of task time.

The Grandfather Deco Mezzora Timer has the pleasant tick-tock of a grandfather clock. 

It marks the passage of time with a progressive gong every five minutes.

Start/stop, pause/resume, and long/short break buttons are available.

The timer defaults to 30 minutes but can be set to 3, 5, 10, 15, 25, 30, 45, or 60.

Notifies you when the mezzora is complete.

Sounds and notification can be turned off.

Counts mezzore per task and per day.                    

Informazioni di Base sull'Estensione

Nome Grandfather Deco Mezzora Timer Grandfather Deco Mezzora Timer
ID bejoehchepnhbgjlojlpiigpgkjfccei
URL Ufficiale https://chromewebstore.google.com/detail/grandfather-deco-mezzora/bejoehchepnhbgjlojlpiigpgkjfccei
Descrizione A mezzora timer with the sounds of a grandfather clock.
Dimensione del File 373 KB
Conteggio Installazioni 242
Versione Corrente 1.1.2
Ultimo Aggiornamento 2014-09-28
Data di Pubblicazione 2014-09-27
Valutazione 3.91/5 Totale 11 Valutazioni
Sviluppatore https://sites.google.com/site/grandfatherdeco
Tipo di Pagamento free
Sito Web dell'Estensione http://sites.google.com/site/grandfatherdeco
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grandfather Deco Mezzora Timer",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "A mezzora timer with the sounds of a grandfather clock.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "icon.png"
    ]
}