Christmas Countdown New Tab Page

A nice Blue Christmas countdown timer for the current year, rather than the chrome default

什么是Christmas Countdown New Tab Page?

Christmas Countdown New Tab Page是由toxic开发的Chrome扩展程序,该扩展的主要功能是“A nice Blue Christmas countdown timer for the current year, rather than the chrome default”。

扩展截图

screenshot

下载Christmas Countdown New Tab Page扩展crx文件

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

扩展使用说明

                        Christmas Countdown New Tab Page
Short name: xmas clock
Version 1.3 by toxic

RESOLUTION N/A

A simple Christmas Countdown Clock for the current year every time
you open a New Tab Page, better than the original huh! ;)

Looks extra nice when used with the Easy Blue Christmas Theme.
https://goo.gl/ADp4bZ

http://www.facebook.com/toxicthemesv2

Many Thanks
toxic

update note:
1.3 cleaned code to pull info straight from the website.
cleaner images.                    

扩展基本信息

名称 Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
官方URL https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
简介 A nice Blue Christmas countdown timer for the current year, rather than the chrome default
文件大小 41.28 KB
安装次数 462
当前版本 1.3
更新时间 2018-03-01
上架时间 2018-03-01
评分 1.00/5 共1次评分
开发者 toxic
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.facebook.com/toxicthemesv2
帮助页面URL http://www.facebook.com/toxicthemesv2
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmas Countdown New Tab Page",
    "short_name": "xmas clock",
    "description": "A nice Blue Christmas countdown timer for the current year, rather than the chrome default",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "ccd.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}