Christmas Countdown

A countdown until Christmas day!

什么是Christmas Countdown?

Christmas Countdown是由CatR3kd开发的Chrome扩展程序,该扩展的主要功能是“A countdown until Christmas day!”。

扩展截图

screenshot

下载Christmas Countdown扩展crx文件

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

扩展使用说明

                        A countdown until Christmas day!                    

扩展基本信息

名称 Christmas Countdown Christmas Countdown
ID bjiehadpafndfofbjjjjjkjpafmakpop
官方URL https://chromewebstore.google.com/detail/christmas-countdown/bjiehadpafndfofbjjjjjkjpafmakpop
简介 A countdown until Christmas day!
文件大小 17.64 KB
安装次数 510
当前版本 1.0
更新时间 2020-12-02
上架时间 2020-12-02
评分 5.00/5 共1次评分
开发者 CatR3kd
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmas Countdown",
    "manifest_version": 2,
    "version": "1.0",
    "minimum_chrome_version": "46",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}