Grandfather Deco Mezzora Timer

A mezzora timer with the sounds of a grandfather clock.

O que é Grandfather Deco Mezzora Timer?

Grandfather Deco Mezzora Timer é uma extensão do Chrome desenvolvida por https://sites.google.com/site/grandfatherdeco, e sua principal característica é "A mezzora timer with the sounds of a grandfather clock.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Grandfather Deco Mezzora Timer

Baixe arquivos de extensão Grandfather Deco Mezzora Timer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Grandfather Deco Mezzora Timer Grandfather Deco Mezzora Timer
ID bejoehchepnhbgjlojlpiigpgkjfccei
URL Oficial https://chromewebstore.google.com/detail/grandfather-deco-mezzora/bejoehchepnhbgjlojlpiigpgkjfccei
Descrição A mezzora timer with the sounds of a grandfather clock.
Tamanho do Arquivo 373 KB
Contagem de Instalações 242
Versão Atual 1.1.2
Última Atualização 2014-09-28
Data de Publicação 2014-09-27
Classificação 3.91/5 Total de 11 Avaliações
Desenvolvedor https://sites.google.com/site/grandfatherdeco
Tipo de Pagamento free
Site da Extensão http://sites.google.com/site/grandfatherdeco
Idiomas Suportados 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"
    ]
}