Event Countdown Timer
Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
Event Countdown Timerคืออะไร?
Event Countdown Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shradha Mallik และคุณลักษณะหลักของมันคือ "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Event Countdown Timer
ดาวน์โหลดไฟล์ส่วนขยาย Event Countdown Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Event Countdown Timer is a simple countdown clock app which reminds you about important events, weddings, anniversaries, birthdays, or holidays to name a few. Simply write the event name and set the date and time. The app will show you the remaining time and send a notification once the event day is reached. To get the reminder alerts, we request you to please enable chrome notification in your system.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Event Countdown Timer |
ID | gnmjoklebamcedaiiphjmbbenmeokagh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh |
คำอธิบาย | Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event. |
ขนาดไฟล์ | 162 KB |
จำนวนการติดตั้ง | 452 |
เวอร์ชันปัจจุบัน | 0.0.0.2 |
อัปเดตครั้งล่าสุด | 2021-01-14 |
วันที่เผยแพร่ | 2021-01-10 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Shradha Mallik |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Event Countdown Timer", "description": "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.", "version": "0.0.0.2", "icons": { "16": "icon16.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "notifications" ], "background": { "scripts": [ "background.js" ] } } |