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