20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
20 Minute Timer là gì?
20 Minute Timer là một tiện ích mở rộng Chrome được phát triển bởi DMBFullstack, và tính năng chính của nó là "20 Minute Timer is an alarm that fires after twenty minutes.".
Ả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 20 Minute Timer
Tải xuống các tệp mở rộng 20 Minute Timer 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
This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 20 Minute Timer |
ID | mjpefkiaapcahdnkgccllcplgafdjifj |
URL Chính Thức | https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj |
Mô tả | 20 Minute Timer is an alarm that fires after twenty minutes. |
Kích Thước Tệp | 959 KB |
Số Lần Cài Đặt | 405 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-04-09 |
Ngày Phát Hành | 2016-04-09 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | DMBFullstack |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "20 Minute Timer", "short_name": "20 Minute Timer", "description": "20 Minute Timer is an alarm that fires after twenty minutes.", "version": "1.0.1", "author": "DMBFullstack", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "20 Minute Timer" }, "permissions": [ "notifications", "alarms", "storage" ], "web_accessible_resources": [ "icon.png" ], "background": { "page": "eventPage.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" } } |