Countdown to New Year's Day

Countdown to New Year's Day. It will works endlessly year after year, forever.

Countdown to New Year's Day là gì?

Countdown to New Year's 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 New Year's 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 New Year's Day

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

                        Do you want to know how much time is left to prepare yourself for the new year's party or maybe to prepare the greatest party ever?

Enjoy this lightweight and clear countdown that is showing the time remaining to the end of this year and the beginning of the next one.

It will work endlessly, so don't worry when there will be the reset on the midnight of the 1st January :D                    

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

Tên Countdown to New Year's Day Countdown to New Year's Day
ID ooojmllannhkicjegpkfojlloihaklem
URL Chính Thức https://chromewebstore.google.com/detail/countdown-to-new-years-da/ooojmllannhkicjegpkfojlloihaklem
Mô tả Countdown to New Year's Day. It will works endlessly year after year, forever.
Kích Thước Tệp 30.5 KB
Số Lần Cài Đặt 496
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à 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-new-year-s-day-chrome-extension
URL Trang Trợ Giúp https://github.com/Ferie/countdown-to-new-year-s-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 New Year's Day",
    "description": "Countdown to New Year's 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"
    }
}