Days until Christmas
calculate in real-time the days remaining until Christmas
Wat is Days until Christmas?
Days until Christmas is een Chrome-extensie ontwikkeld door a.monterosso87, en de belangrijkste functie is "calculate in real-time the days remaining until Christmas".
Extensie Screenshots
Download het CRX-bestand van de extensie Days until Christmas
Download Days until Christmas-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | mhjeofhcbcmdglemnehmclplhjmnoahm |
| Officiële URL | https://chromewebstore.google.com/detail/days-until-christmas/mhjeofhcbcmdglemnehmclplhjmnoahm |
| Beschrijving | calculate in real-time the days remaining until Christmas |
| Bestandsgrootte | 1.06 MB |
| Aantal Installaties | 130 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2023-11-14 |
| Publicatiedatum | 2023-11-14 |
| Ontwikkelaar | a.monterosso87 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://comunquemancano.firebaseapp.com/ |
| Ondersteunde Talen | 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"
}
} | |