Countdown Ready

A versatile, easy-to-use countdown timer

Countdown Ready là gì?

Countdown Ready là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A versatile, easy-to-use countdown timer".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Create a count down to a certain day (e.g. a birthday, presentation day, appointment, etc.), or create a timer for a set duration (e.g. 30 minutes, 2 hours, etc.). Click "switch mode" to choose between how you want to use the tool.

Countdown Ready will notify you when time is up. You can pick type of notification you want to receive: either a subtle side notification or a more apparent alert box pop-up. You can also turn the sound notification on/off. 

Access the Countdown Ready options menu by right-clicking on the Countdown Ready extension icon and clicking "Options."                    

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

Tên Countdown Ready Countdown Ready
ID dhabdpkoklnemkckhamdjbcchefbcelh
URL Chính Thức https://chromewebstore.google.com/detail/countdown-ready/dhabdpkoklnemkckhamdjbcchefbcelh
Mô tả A versatile, easy-to-use countdown timer
Kích Thước Tệp 258 KB
Số Lần Cài Đặt 703
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-06-15
Ngày Phát Hành 2018-06-14
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Countdown Ready",
    "description": "A versatile, easy-to-use countdown timer",
    "version": "1.1",
    "author": "Celena Chang",
    "browser_action": {
        "default_icon": "favicons\/clock2.png",
        "default_popup": "popup_startpage.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "notifications",
        "alarms"
    ]
}