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文件
下載Lightweight Alarm Clock, Timer & Countdown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |