Count Down Timer

Simple count down timer - by govindpatel(https://github.com/govindpatel)

Count Down Timer là gì?

Count Down Timer là một tiện ích mở rộng Chrome được phát triển bởi https://patelgovind.blogspot.in, và tính năng chính của nó là "Simple count down timer - by govindpatel(https://github.com/govindpatel)".

Ả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 Count Down Timer

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

                        It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time.

It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.                    

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

Tên Count Down Timer Count Down Timer
ID bffggfbgecbjiildkanipjifdpdfopci
URL Chính Thức https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci
Mô tả Simple count down timer - by govindpatel(https://github.com/govindpatel)
Kích Thước Tệp 93.27 KB
Số Lần Cài Đặt 629
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-08-24
Ngày Phát Hành 2015-07-14
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://patelgovind.blogspot.in
Email [email protected]
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": "Count Down Timer",
    "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon1.png",
        "default_popup": "popup.html",
        "default_title": "Count Down Timer"
    },
    "icons": {
        "16": "res\/icon1.png",
        "48": "res\/icon32.png",
        "128": "res\/icon128.png"
    },
    "permissions": [
        "notifications"
    ]
}