Grandfather Deco Mezzora Timer

A mezzora timer with the sounds of a grandfather clock.

Qu'est-ce que Grandfather Deco Mezzora Timer ?

Grandfather Deco Mezzora Timer est une extension Chrome développée par https://sites.google.com/site/grandfatherdeco, et sa fonction principale est "A mezzora timer with the sounds of a grandfather clock.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Grandfather Deco Mezzora Timer

Téléchargez les fichiers d'extension Grandfather Deco Mezzora Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Grandfather Deco Mezzora Timer Grandfather Deco Mezzora Timer
ID bejoehchepnhbgjlojlpiigpgkjfccei
URL Officiel https://chromewebstore.google.com/detail/grandfather-deco-mezzora/bejoehchepnhbgjlojlpiigpgkjfccei
Description A mezzora timer with the sounds of a grandfather clock.
Taille du Fichier 373 KB
Nombre d'Installations 242
Version Actuelle 1.1.2
Dernière Mise à Jour 2014-09-28
Date de Publication 2014-09-27
Évaluation 3.91/5 Total 11 Évaluations
Développeur https://sites.google.com/site/grandfatherdeco
Type de Paiement free
Site Web de l'Extension http://sites.google.com/site/grandfatherdeco
Langues Prises en Charge 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"
    ]
}