Lightweight Alarm Clock, Timer & Countdown
Alarm clock, timer, and countdown with sound and desktop notification.
Lightweight Alarm Clock, Timer & Countdown란 무엇입니까?
Lightweight Alarm Clock, Timer & Countdown은(는) Andy Zett에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alarm clock, timer, and countdown with sound and desktop notification."입니다.
확장 프로그램 스크린샷
Lightweight Alarm Clock, Timer & Countdown 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is a lightweight alarm clock, timer and countdown. You can set multiple alarm times with optional alarm messages. You can choose among several different alarm sounds and desktop notification. This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.). Change Log ========== Version 3.0.2 - Maximum number of alarms increased to 30.
확장 프로그램 기본 정보
이름 | Lightweight Alarm Clock, Timer & Countdown |
ID | mmcdcdolfnjmabjmkkgegfldahfignip |
공식 URL | https://chromewebstore.google.com/detail/lightweight-alarm-clock-t/mmcdcdolfnjmabjmkkgegfldahfignip |
설명 | Alarm clock, timer, and countdown with sound and desktop notification. |
파일 크기 | 1.61 MB |
설치 횟수 | 13,997 |
현재 버전 | 3.0.2 |
최근 업데이트 | 2018-04-07 |
출시 날짜 | 2018-04-07 |
평점 | 2.37/5 총 191 개의 평점 |
개발자 | Andy Zett |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightweight Alarm Clock, Timer & Countdown", "description": "Alarm clock, timer, and countdown with sound and desktop notification.", "version": "3.0.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "alarm-clock-8-19.png", "default_title": "Alarm Clock & Timer", "default_popup": "popup.html" }, "icons": { "128": "alarm-clock-8-128.png", "16": "alarm-clock-8-16.png", "48": "alarm-clock-8-48.png" }, "web_accessible_resources": [ "alarm-clock-8-48.png" ], "permissions": [ "alarms", "notifications" ] } |