Grandfather Deco Mezzora Timer

A mezzora timer with the sounds of a grandfather clock.

什麼是Grandfather Deco Mezzora Timer?

Grandfather Deco Mezzora Timer是由https://sites.google.com/site/grandfatherdeco開發的Chrome擴展程式,該擴展的主要功能是“A mezzora timer with the sounds of a grandfather clock.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Grandfather Deco Mezzora Timer擴展crx文件

下載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
官方網址 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"
    ]
}