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.」です。
拡張機能のスクリーンショット
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 |
ID | pbnhgpbneanmjlcnkmifdkpbkjaoebpb |
公式URL | 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 |
Eメール | [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" } } |