Countdown

Customizable countdown...

Countdown là gì?

Countdown là một tiện ích mở rộng Chrome được phát triển bởi kikoogay, và tính năng chính của nó là "Customizable countdown...".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        This extension adds a customizable countdown to the New Tab Page of Chrome.

Just watch the hearts fill themselves up as you get closer the fated event you've been waiting for months. Could this be happiness ?

Please note that it is not currently possible to add anything to the New Tab Page without replacing it, and that's exactly what this extension does. However it will still display your most visited pages, and you can customize the range used in the history and the number of thumbnails displayed (even going above the limit of 8 in Chrome).                    

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

Tên Countdown Countdown
ID anppcjcjdogokgejeaabggdgmmgdldcn
URL Chính Thức https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn
Mô tả Customizable countdown...
Kích Thước Tệp 31.1 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2014-10-16
Ngày Phát Hành 2014-10-15
Đánh Giá 2.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển kikoogay
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.9",
    "description": "Customizable countdown...",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "permissions": [
        "history",
        "tabs",
        ""
    ]
}