Countdown to Christmas Day

Countdown to Christmas Day. It will works endlessly year after year, forever.

什么是Countdown to Christmas Day?

Countdown to Christmas Day是由Riccardo Andreatta开发的Chrome扩展程序,该扩展的主要功能是“Countdown to Christmas Day. It will works endlessly year after year, forever.”。

扩展截图

screenshot
screenshot
screenshot

下载Countdown to Christmas Day扩展crx文件

下载Countdown to Christmas Day扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Would you like to know how many time is left to Christmas?

This extension pops up a very clear and lightweight countdown that is showing you the remaining time to Christmas.
It works endlessly, year after year, because of the developed algorithm.                    

扩展基本信息

名称 Countdown to Christmas Day Countdown to Christmas Day
ID hdncbeemmadlkelehboocphbgnpagmgk
官方URL https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk
简介 Countdown to Christmas Day. It will works endlessly year after year, forever.
文件大小 29.15 KB
安装次数 734
当前版本 1.0.0
更新时间 2020-07-30
上架时间 2020-07-29
评分 4.00/5 共3次评分
开发者 Riccardo Andreatta
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Ferie/countdown-to-christmas-day-chrome-extension
帮助页面URL https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown to Christmas Day",
    "description": "Countdown to Christmas Day. It will works endlessly year after year, forever.",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    }
}