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是由Shradha Mallik開發的Chrome擴展程式,該擴展的主要功能是“Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.”。
擴展截圖
下載Event Countdown Timer擴展crx文件
下載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 |
官方網址 | 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" ] } } |