Days until Christmas
calculate in real-time the days remaining until Christmas
Vad är Days until Christmas?
Days until Christmas är en Chrome-tillägg utvecklad av a.monterosso87, och dess huvudfunktion är "calculate in real-time the days remaining until Christmas".
Tilläggsskärmbilder
Ladda ner Days until Christmas-förlängningens CRX-fil
Ladda ner Days until Christmas-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | mhjeofhcbcmdglemnehmclplhjmnoahm |
| Officiell webbadress | https://chromewebstore.google.com/detail/days-until-christmas/mhjeofhcbcmdglemnehmclplhjmnoahm |
| Beskrivning | calculate in real-time the days remaining until Christmas |
| Filstorlek | 1.06 MB |
| Antal Installationer | 130 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2023-11-14 |
| Publiceringsdatum | 2023-11-14 |
| Utvecklare | a.monterosso87 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://comunquemancano.firebaseapp.com/ |
| Stödda Språk | 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"
}
} | |