Dual Timer

A dual timer for time-boxing.

Dual Timer là gì?

Dual Timer là một tiện ích mở rộng Chrome được phát triển bởi log1, và tính năng chính của nó là "A dual timer for time-boxing.".

Ả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 Dual Timer

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

                        A dual timer designed for productivity. Both timers are independent, and when timer ends the other begins. When a timer has finished, a small sound is played, and when all rounds are complete a small tune is played. Perfect for study or work. Improve focus and productivity by this timer.                    

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

Tên Dual Timer Dual Timer
ID lkoinkcniagamfneakdjgbngnkooigdh
URL Chính Thức https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh
Mô tả A dual timer for time-boxing.
Kích Thước Tệp 268 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.2102
Cập Nhật Lần Cuối 2021-07-31
Ngày Phát Hành 2021-06-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển log1
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LexingtonWhalen/ChromeIntervalTimer
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": ".\/images\/16x16.png",
        "32": ".\/images\/32x32.png",
        "48": ".\/images\/48x48.png",
        "128": ".\/images\/128x128.png"
    },
    "name": "Dual Timer",
    "description": "A dual timer for time-boxing.",
    "version": "0.2102",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "options_page": ".\/html\/options.html",
    "browser_action": {
        "default_popup": ".\/html\/popup.html",
        "default_icon": ".\/images\/128x128.png"
    }
}