Days until Christmas
calculate in real-time the days remaining until Christmas
Qu'est-ce que Days until Christmas ?
Days until Christmas est une extension Chrome développée par a.monterosso87, et sa fonction principale est "calculate in real-time the days remaining until Christmas".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Days until Christmas
Téléchargez les fichiers d'extension Days until Christmas au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Days until Christmas |
ID | mhjeofhcbcmdglemnehmclplhjmnoahm |
URL Officiel | https://chromewebstore.google.com/detail/days-until-christmas/mhjeofhcbcmdglemnehmclplhjmnoahm |
Description | calculate in real-time the days remaining until Christmas |
Taille du Fichier | 1.06 MB |
Nombre d'Installations | 130 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-11-14 |
Date de Publication | 2023-11-14 |
Développeur | a.monterosso87 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://comunquemancano.firebaseapp.com/ |
Langues Prises en Charge | 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" } } |