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 |
官方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" ] } } |