Idle Time
Detects time intervals when user was idle or locked system and displays their durations.
Idle Time là gì?
Idle Time là một tiện ích mở rộng Chrome được phát triển bởi Dima PM, và tính năng chính của nó là "Detects time intervals when user was idle or locked system and displays their durations.".
Ả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 Idle Time
Tải xuống các tệp mở rộng Idle Time 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
Extension detects moments when user becomes idle and later active and displays notification with idle duration. It also detects when user locked and unlocked system and also shows notification with lock duration. This is useful if user wants to know for what time he was absent. Minimum detection interval is 1 minute.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gpbpabilidejehccbecogoamnckcdelg |
URL Chính Thức | https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg |
Mô tả | Detects time intervals when user was idle or locked system and displays their durations. |
Kích Thước Tệp | 10.28 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2021-01-20 |
Ngày Phát Hành | 2020-01-29 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Dima PM |
[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", "name": "Idle Time", "description": "Detects time intervals when user was idle or locked system and displays their durations.", "version": "1.2.0", "manifest_version": 2, "icons": { "16": "time 16.png", "32": "time 32.png", "48": "time 48.png", "128": "time 128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "idle", "notifications" ] } |