AlarmMe
Alarm you at the given time or after a given time period.
AlarmMeคืออะไร?
AlarmMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย moenekoremi และคุณลักษณะหลักของมันคือ "Alarm you at the given time or after a given time period."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AlarmMe
ดาวน์โหลดไฟล์ส่วนขยาย AlarmMe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enter the hour and minutes in the first and second text boxes and press after to set an alarm after the specified time interval. Enter the hour and minutes in the first and second text boxes and press when to set an alarm at the specified time in 24 hour system. A window will pop up and alarm sound will be played when the time is up.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
คำอธิบาย | Alarm you at the given time or after a given time period. |
ขนาดไฟล์ | 124 KB |
จำนวนการติดตั้ง | 367 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-02-12 |
วันที่เผยแพร่ | 2016-02-12 |
ผู้พัฒนา | moenekoremi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlarmMe", "description": "Alarm you at the given time or after a given time period.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [], "browser_action": { "default_popup": "popup.html", "default_title": "My Simple Alarm" } } |