Idle Time
Detects time intervals when user was idle or locked system and displays their durations.
Idle Timeคืออะไร?
Idle Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dima PM และคุณลักษณะหลักของมันคือ "Detects time intervals when user was idle or locked system and displays their durations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Idle Time
ดาวน์โหลดไฟล์ส่วนขยาย Idle Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gpbpabilidejehccbecogoamnckcdelg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg |
คำอธิบาย | Detects time intervals when user was idle or locked system and displays their durations. |
ขนาดไฟล์ | 10.28 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2021-01-20 |
วันที่เผยแพร่ | 2020-01-29 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Dima PM |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |