Grandfather Deco Mezzora Timer

A mezzora timer with the sounds of a grandfather clock.

Τι είναι το Grandfather Deco Mezzora Timer;

Το Grandfather Deco Mezzora Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/site/grandfatherdeco, και η κύρια λειτουργία του είναι "A mezzora timer with the sounds of a grandfather clock.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Grandfather Deco Mezzora Timer

Λήψη αρχείων επέκτασης Grandfather Deco Mezzora Timer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grandfather Deco Mezzora Timer Grandfather Deco Mezzora Timer
ID bejoehchepnhbgjlojlpiigpgkjfccei
Επίσημο URL https://chromewebstore.google.com/detail/grandfather-deco-mezzora/bejoehchepnhbgjlojlpiigpgkjfccei
Περιγραφή A mezzora timer with the sounds of a grandfather clock.
Μέγεθος Αρχείου 373 KB
Αριθμός Εγκαταστάσεων 242
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2014-09-28
Ημερομηνία Δημοσίευσης 2014-09-27
Αξιολόγηση 3.91/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://sites.google.com/site/grandfatherdeco
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://sites.google.com/site/grandfatherdeco
Υποστηριζόμενες Γλώσσες 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"
    ]
}