Days until Christmas
calculate in real-time the days remaining until Christmas
什麼是Days until Christmas?
Days until Christmas是由a.monterosso87開發的Chrome擴展程式,該擴展的主要功能是“calculate in real-time the days remaining until Christmas”。
擴展截圖
下載Days until Christmas擴展crx文件
下載Days until Christmas擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | Days until Christmas |
ID | mhjeofhcbcmdglemnehmclplhjmnoahm |
官方網址 | https://chromewebstore.google.com/detail/days-until-christmas/mhjeofhcbcmdglemnehmclplhjmnoahm |
簡介 | calculate in real-time the days remaining until Christmas |
檔案大小 | 1.06 MB |
安裝次數 | 130 |
目前版本 | 0.0.1 |
更新時間 | 2023-11-14 |
上架時間 | 2023-11-14 |
開發者 | a.monterosso87 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://comunquemancano.firebaseapp.com/ |
支援的語言 | 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" } } |