Countdown to Christmas Day

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

Countdown to Christmas Day là gì?

Countdown to Christmas Day là một tiện ích mở rộng Chrome được phát triển bởi Riccardo Andreatta, và tính năng chính của nó là "Countdown to Christmas Day. It will works endlessly year after year, forever.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Countdown to Christmas Day 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

                        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.                    

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

Tên Countdown to Christmas Day Countdown to Christmas Day
ID hdncbeemmadlkelehboocphbgnpagmgk
URL Chính Thức https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk
Mô tả Countdown to Christmas Day. It will works endlessly year after year, forever.
Kích Thước Tệp 29.15 KB
Số Lần Cài Đặt 734
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-07-30
Ngày Phát Hành 2020-07-29
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Riccardo Andreatta
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Ferie/countdown-to-christmas-day-chrome-extension
URL Trang Trợ Giúp https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}