Timer, Alarm & Stopwatch

An easy-to-use and lite timer, alarm, and stopwatch for your browser.

Timer, Alarm & Stopwatch là gì?

Timer, Alarm & Stopwatch là một tiện ích mở rộng Chrome được phát triển bởi leocompson, và tính năng chính của nó là "An easy-to-use and lite timer, alarm, and stopwatch for your browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Timer, Alarm & Stopwatch is an extension that lets you easily set a timer, alarm, or adjust stopwatch in your browser. 

The interface for this addon can be opened in toolbar popup, a new tab, or a stand-alone window. Simply right-click on the toolbar button to choose the desired context. When you open the UI, there are three tabs on the left side, please click on each tab to see the details. At the top, there is a button to add a new timer or alarm. Click on this button to adjust the timer or alarm settings. For the stopwatch tab, there are the start, reset, and lap buttons.

If you have a feature request or found a bug to report, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/timer.html).                    

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

Tên Timer, Alarm & Stopwatch Timer, Alarm & Stopwatch
ID pbnhgpbneanmjlcnkmifdkpbkjaoebpb
URL Chính Thức https://chromewebstore.google.com/detail/timer-alarm-stopwatch/pbnhgpbneanmjlcnkmifdkpbkjaoebpb
Mô tả An easy-to-use and lite timer, alarm, and stopwatch for your browser.
Kích Thước Tệp 8.46 MB
Số Lần Cài Đặt 9,611
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2020-06-02
Đánh Giá 2.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển leocompson
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/timer.html
URL Trang Trợ Giúp https://mybrowseraddon.com/timer.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Timer, Alarm & Stopwatch",
    "homepage_url": "https:\/\/mybrowseraddon.com\/timer.html",
    "description": "An easy-to-use and lite timer, alarm, and stopwatch for your browser.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Timer, Alarm & Stopwatch",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}