Grandfather Deco Mezzora Timer

A mezzora timer with the sounds of a grandfather clock.

Was ist Grandfather Deco Mezzora Timer?

Grandfather Deco Mezzora Timer ist eine Chrome-Erweiterung, die von https://sites.google.com/site/grandfatherdeco entwickelt wurde, und ihr Hauptmerkmal ist "A mezzora timer with the sounds of a grandfather clock.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Grandfather Deco Mezzora Timer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grandfather Deco Mezzora Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Grandfather Deco Mezzora Timer Grandfather Deco Mezzora Timer
ID bejoehchepnhbgjlojlpiigpgkjfccei
Offizielle URL https://chromewebstore.google.com/detail/grandfather-deco-mezzora/bejoehchepnhbgjlojlpiigpgkjfccei
Beschreibung A mezzora timer with the sounds of a grandfather clock.
Dateigröße 373 KB
Installationsanzahl 242
Aktuelle Version 1.1.2
Letztes Update 2014-09-28
Veröffentlichungsdatum 2014-09-27
Bewertung 3.91/5 Insgesamt 11 Bewertungen
Entwickler https://sites.google.com/site/grandfatherdeco
Zahlungsart free
Erweiterungswebsite http://sites.google.com/site/grandfatherdeco
Unterstützte Sprachen 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"
    ]
}