Days until Christmas
calculate in real-time the days remaining until Christmas
O que é Days until Christmas?
Days until Christmas é uma extensão do Chrome desenvolvida por a.monterosso87, e sua principal característica é "calculate in real-time the days remaining until Christmas".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Days until Christmas
Baixe arquivos de extensão Days until Christmas 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
Celebrate the holiday season with a festive touch right in your browser! Introducing "Christmas Countdown Timer," a delightful Chrome extension that brings the magic of Christmas to your daily online experience. As the days get colder and the holiday spirit fills the air, our extension offers a joyful and heartwarming way to count down to the most wonderful time of the year - Christmas Day!
Informações Básicas da Extensão
Nome | Days until Christmas |
ID | mhjeofhcbcmdglemnehmclplhjmnoahm |
URL Oficial | https://chromewebstore.google.com/detail/days-until-christmas/mhjeofhcbcmdglemnehmclplhjmnoahm |
Descrição | calculate in real-time the days remaining until Christmas |
Tamanho do Arquivo | 1.06 MB |
Contagem de Instalações | 130 |
Versão Atual | 0.0.1 |
Última Atualização | 2023-11-14 |
Data de Publicação | 2023-11-14 |
Desenvolvedor | a.monterosso87 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://comunquemancano.firebaseapp.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Days until Christmas", "version": "0.0.1", "description": "calculate in real-time the days remaining until Christmas", "action": { "default_popup": "index.html", "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_title": "Giorni a Natale" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |