Event Countdown Timer
Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
O que é Event Countdown Timer?
Event Countdown Timer é uma extensão do Chrome desenvolvida por Shradha Mallik, e sua principal característica é "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Event Countdown Timer
Baixe arquivos de extensão Event Countdown Timer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Event Countdown Timer |
ID | gnmjoklebamcedaiiphjmbbenmeokagh |
URL Oficial | https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh |
Descrição | Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event. |
Tamanho do Arquivo | 162 KB |
Contagem de Instalações | 452 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2021-01-14 |
Data de Publicação | 2021-01-10 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Shradha Mallik |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |