Countdown

Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…

Countdown là gì?

Countdown là một tiện ích mở rộng Chrome được phát triển bởi Kha Tran, và tính năng chính của nó là "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".

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

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

                        Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.

If you have any feedback or trouble email us at [email protected].                    

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

Tên Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
URL Chính Thức https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej
Mô tả Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Kích Thước Tệp 74.22 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2019-11-22
Ngày Phát Hành 2019-11-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kha Tran
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "storage"
    ]
}