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."입니다.
확장 프로그램 스크린샷
Grandfather Deco Mezzora Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |