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
公式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"
    ]
}