Interval Timer

It is a timer that can set the interval.

Interval Timer là gì?

Interval Timer là một tiện ích mở rộng Chrome được phát triển bởi Takashi Suzuki, và tính năng chính của nó là "It is a timer that can set the interval.".

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

screenshot

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

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

                        When you set the time, the set timers will run in sequence.

It counts in the background and notifies you when it is time.

Please use it when you want to concentrate.
 
Interval Timer does not send your data to anywhere.

=== ver 1.1.1 ===
Added sound at the end of the alarm.                    

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

Tên Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
URL Chính Thức https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
Mô tả It is a timer that can set the interval.
Kích Thước Tệp 367 KB
Số Lần Cài Đặt 1,977
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2020-04-26
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Takashi Suzuki
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/belltreeSzk/chrome-program-timer
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-16.png",
            "38": "images\/icon-32.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "notifications"
    ]
}