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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andy Zett และคุณลักษณะหลักของมันคือ "Alarm clock, timer, and countdown with sound and desktop notification."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lightweight Alarm Clock, Timer & Countdown
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |