Grandfather Deco Mezzora Timer

A mezzora timer with the sounds of a grandfather clock.

¿Qué es Grandfather Deco Mezzora Timer?

Grandfather Deco Mezzora Timer es una extensión de Chrome desarrollada por https://sites.google.com/site/grandfatherdeco, y su función principal es "A mezzora timer with the sounds of a grandfather clock.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Grandfather Deco Mezzora Timer

Descarga archivos de extensión Grandfather Deco Mezzora Timer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Grandfather Deco Mezzora Timer Grandfather Deco Mezzora Timer
ID bejoehchepnhbgjlojlpiigpgkjfccei
URL Oficial https://chromewebstore.google.com/detail/grandfather-deco-mezzora/bejoehchepnhbgjlojlpiigpgkjfccei
Descripción A mezzora timer with the sounds of a grandfather clock.
Tamaño del Archivo 373 KB
Cantidad de Instalaciones 242
Versión Actual 1.1.2
Última Actualización 2014-09-28
Fecha de Publicación 2014-09-27
Calificación 3.91/5 Total de 11 Calificaciones
Desarrollador https://sites.google.com/site/grandfatherdeco
Tipo de Pago free
Sitio Web de la Extensión http://sites.google.com/site/grandfatherdeco
Idiomas Soportados 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"
    ]
}