Timer: the Simple Timer
A simple,minimalist 25 minutes timer.
Timer: the Simple Timer là gì?
Timer: the Simple Timer là một tiện ích mở rộng Chrome được phát triển bởi valya.situation, và tính năng chính của nó là "A simple,minimalist 25 minutes timer.".
Ả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: the Simple Timer
Tải xuống các tệp mở rộng Timer: the Simple 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
One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pbncilcogkcfjdfbdaikpofojdcfgplo |
URL Chính Thức | https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo |
Mô tả | A simple,minimalist 25 minutes timer. |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2019-08-03 |
Ngày Phát Hành | 2019-08-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | valya.situation |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Timer.png", "default_title": "Timer" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "Timer_128.png", "16": "Timer_16.png" }, "manifest_version": 2, "name": "__MSG_extName__", "offline_enabled": true, "omnibox": { "keyword": "Timer" }, "options_ui": { "chrome_style": true, "open_in_tab": false, "page": "options.html" }, "permissions": [ "notifications", "storage" ], "short_name": "Timer", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |