Event Countdown Timer
Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
Co je Event Countdown Timer?
Event Countdown Timer je rozšíření Chrome vyvinuté Shradha Mallik, a jeho hlavní funkcí je „Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Event Countdown Timer
Stáhněte si soubory rozšíření Event Countdown Timer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Event Countdown Timer |
ID | gnmjoklebamcedaiiphjmbbenmeokagh |
Oficiální URL | https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh |
Popis | Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event. |
Velikost souboru | 162 KB |
Počet instalací | 452 |
Aktuální Verze | 0.0.0.2 |
Poslední Aktualizace | 2021-01-14 |
Datum Vydání | 2021-01-10 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | Shradha Mallik |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |