20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
20 Minute Timer란 무엇입니까?
20 Minute Timer은(는) DMBFullstack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "20 Minute Timer is an alarm that fires after twenty minutes."입니다.
확장 프로그램 스크린샷
20 Minute Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.
확장 프로그램 기본 정보
이름 | 20 Minute Timer |
ID | mjpefkiaapcahdnkgccllcplgafdjifj |
공식 URL | https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj |
설명 | 20 Minute Timer is an alarm that fires after twenty minutes. |
파일 크기 | 959 KB |
설치 횟수 | 405 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-04-09 |
출시 날짜 | 2016-04-09 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | DMBFullstack |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "20 Minute Timer", "short_name": "20 Minute Timer", "description": "20 Minute Timer is an alarm that fires after twenty minutes.", "version": "1.0.1", "author": "DMBFullstack", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "20 Minute Timer" }, "permissions": [ "notifications", "alarms", "storage" ], "web_accessible_resources": [ "icon.png" ], "background": { "page": "eventPage.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" } } |