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 là gì?

Christmas Countdown New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi toxic, và tính năng chính của nó là "A nice Blue Christmas countdown timer for the current year, rather than the chrome default".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Christmas Countdown New Tab Page

Tải xuống các tệp mở rộng Christmas Countdown New Tab Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Christmas Countdown New Tab Page Christmas Countdown New Tab Page
ID abpdmjhkcjkncefiicjabnapdmbgfalg
URL Chính Thức https://chrome.google.com/webstore/detail/christmas-countdown-new-t/abpdmjhkcjkncefiicjabnapdmbgfalg
Mô tả A nice Blue Christmas countdown timer for the current year, rather than the chrome default
Kích Thước Tệp 41.28 KB
Số Lần Cài Đặt 462
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-03-01
Ngày Phát Hành 2018-03-01
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển toxic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.facebook.com/toxicthemesv2
URL Trang Trợ Giúp http://www.facebook.com/toxicthemesv2
Ngôn Ngữ Được Hỗ Trợ 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
}