Timer
A clean, simple countown timer with visual and audible alarm.
Timer là gì?
Timer là một tiện ích mở rộng Chrome được phát triển bởi Reasonable Systems, và tính năng chính của nó là "A clean, simple countown timer with visual and audible alarm.".
Ả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 Timer
Tải xuống các tệp mở rộng 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
Timer provides a simple countdown timer for scheduling future events without fussiness. Great for tracking french press brewing schedules, the kids' video game sessions, and Pomodoro work units. It keeps running in the background and plays a pleasant chime and shows a notification when it finishes. Click on numbers to edit, tab to move between fields, spacebar to start and stop the timer. Click the bell icon to turn the alarm on or off and use the reset button to reset the timer to its most recent time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Timer |
ID | cmjaflcjfodgbadocmpelolnfneppipe |
URL Chính Thức | https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe |
Mô tả | A clean, simple countown timer with visual and audible alarm. |
Kích Thước Tệp | 155 KB |
Số Lần Cài Đặt | 2,698 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-02-01 |
Ngày Phát Hành | 2020-02-01 |
Đánh Giá | 3.57/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Reasonable Systems |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/abachman/chrome-timer |
URL Trang Trợ Giúp | https://github.com/abachman/chrome-timer/wiki |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.1.0", "description": "A clean, simple countown timer with visual and audible alarm.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Timer", "default_popup": "fragments\/popup.html" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icons\/48.png", "assets\/wine-glass-alarm.ogg", "assets\/glyphicons-halflings.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |