Stopwatch, Timer and Alarm
For your browser, a simple to use and lightweight timer, alarm, and stopwatch.
Stopwatch, Timer and Alarm là gì?
Stopwatch, Timer and Alarm là một tiện ích mở rộng Chrome được phát triển bởi landonnaselina, và tính năng chính của nó là "For your browser, a simple to use and lightweight timer, alarm, and stopwatch.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stopwatch, Timer and Alarm
Tải xuống các tệp mở rộng Stopwatch, Timer and Alarm 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stopwatch, Timer and Alarm |
ID | ofneahchfiejimkagejlhkgfhkgjombf |
URL Chính Thức | https://chromewebstore.google.com/detail/stopwatch-timer-and-alarm/ofneahchfiejimkagejlhkgfhkgjombf |
Mô tả | For your browser, a simple to use and lightweight timer, alarm, and stopwatch. |
Kích Thước Tệp | 8.48 MB |
Số Lần Cài Đặt | 1,621 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2022-05-26 |
Ngày Phát Hành | 2022-05-26 |
Đánh Giá | 4.63/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | landonnaselina |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://worldaddons.com/stopwatch-timer-and-alarm/ |
URL Trang Trợ Giúp | https://worldaddons.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://worldaddons.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |