Stopwatch, Timer and Alarm

For your browser, a simple to use and lightweight timer, alarm, and stopwatch.

什麼是Stopwatch, Timer and Alarm?

Stopwatch, Timer and Alarm是由landonnaselina開發的Chrome擴展程式,該擴展的主要功能是“For your browser, a simple to use and lightweight timer, alarm, and stopwatch.”。

擴展截圖

screenshot

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

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

擴展使用說明

                        An "Stopwatch, Timer and Alarm" add-on allows you to quickly create a timer, alarm, or change the stopwatch in your browser.

This add-on may be used in three different ways: as a toolbar button, in a new tab, or alone. Simply right-click on the toolbar button to pick your context. There are three tabs on the left side of the interface; please check each one to get more information. A button appears at the top of the interface to create a new timer or alarm. Select this button to modify timer settings or alarms. The start, reset, and lap buttons may be found on the stopwatch tab.                    

擴展基本資訊

名稱 Stopwatch, Timer and Alarm Stopwatch, Timer and Alarm
ID ofneahchfiejimkagejlhkgfhkgjombf
官方網址 https://chromewebstore.google.com/detail/stopwatch-timer-and-alarm/ofneahchfiejimkagejlhkgfhkgjombf
簡介 For your browser, a simple to use and lightweight timer, alarm, and stopwatch.
檔案大小 8.48 MB
安裝次數 1,621
目前版本 0.1
更新時間 2022-05-26
上架時間 2022-05-26
評分 4.63/5 共 43 次評分
開發者 landonnaselina
電子郵箱 [email protected]
付費類型 free
擴展官網 https://worldaddons.com/stopwatch-timer-and-alarm/
說明頁面URL https://worldaddons.com/contact/
隱私政策頁面URL https://worldaddons.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Stopwatch, Timer and Alarm",
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/stopwatch-timer-and-alarm\/",
    "description": "For your browser, a simple to use and lightweight timer, alarm, and stopwatch.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Stopwatch, Timer and Alarm",
        "default_popup": "source\/popup\/popup.html",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}