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