TimeCloud
Minimalistic Time Manager
TimeCloud là gì?
TimeCloud là một tiện ích mở rộng Chrome được phát triển bởi TimeCloud, và tính năng chính của nó là "Minimalistic Time Manager".
Ả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 TimeCloud
Tải xuống các tệp mở rộng TimeCloud 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
TimeCloud is an easy-to-use all-in-one time keeping extension for your browser. There are mainly four features: An alarm, a stopwatch, a timer, and a to-do list(tasks). The alarm feature helps you to set an alarm for a specified time. The alarm will notify you through a sound alert and a notification. The stopwatch feature helps you to use a stopwatch. This stopwatch even runs in the background and can be paused, played and reset. The timer feature helps you to set a timer for a specific amount of time. When the time is up, you will be notified through a notification. This also runs in the background. Lastly, we have the To-do list, where you can add, delete and check tasks. These tasks are stored even when chrome is shut down. creators: Aaryan Mohta and Namra Shah. If any bugs / glitches/ suggestions/queries, contact - [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TimeCloud |
ID | mdfdnnffbjccpfopihhjnplnmedjgedd |
URL Chính Thức | https://chromewebstore.google.com/detail/timecloud/mdfdnnffbjccpfopihhjnplnmedjgedd |
Mô tả | Minimalistic Time Manager |
Kích Thước Tệp | 223 KB |
Số Lần Cài Đặt | 98 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-06-17 |
Ngày Phát Hành | 2021-06-17 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | TimeCloud |
[email protected] | |
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": "TimeCloud", "description": "Minimalistic Time Manager", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "notifications" ] } |