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 |
Eメール | [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" ] } } |