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! 扩展基本信息
| 名称 | |
| ID | mhjeofhcbcmdglemnehmclplhjmnoahm |
| 官方URL | 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"
}
} | |