Timer, Alarm & Stopwatch

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

什麼是Timer, Alarm & Stopwatch?

Timer, Alarm & Stopwatch是由leocompson開發的Chrome擴展程式,該擴展的主要功能是“An easy-to-use and lite timer, alarm, and stopwatch for your browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Timer, Alarm & Stopwatch擴展crx文件

下載Timer, Alarm & Stopwatch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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).                    

擴展基本資訊

名稱 Timer, Alarm & Stopwatch Timer, Alarm & Stopwatch
ID pbnhgpbneanmjlcnkmifdkpbkjaoebpb
官方網址 https://chromewebstore.google.com/detail/timer-alarm-stopwatch/pbnhgpbneanmjlcnkmifdkpbkjaoebpb
簡介 An easy-to-use and lite timer, alarm, and stopwatch for your browser.
檔案大小 8.46 MB
安裝次數 9,611
目前版本 0.1.5
更新時間 2024-01-08
上架時間 2020-06-02
評分 2.93/5 共 14 次評分
開發者 leocompson
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/timer.html
說明頁面URL https://mybrowseraddon.com/timer.html
支援的語言 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"
    }
}