20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
20 Minute Timerคืออะไร?
20 Minute Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DMBFullstack และคุณลักษณะหลักของมันคือ "20 Minute Timer is an alarm that fires after twenty minutes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 20 Minute Timer
ดาวน์โหลดไฟล์ส่วนขยาย 20 Minute Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |