Idle Time
Detects time intervals when user was idle or locked system and displays their durations.
Apa itu Idle Time?
Idle Time adalah ekstensi Chrome yang dikembangkan oleh Dima PM, dan fitur utamanya adalah "Detects time intervals when user was idle or locked system and displays their durations.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Idle Time
Unduh file ekstensi Idle Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | gpbpabilidejehccbecogoamnckcdelg |
URL Resmi | https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg |
Deskripsi | Detects time intervals when user was idle or locked system and displays their durations. |
Ukuran File | 10.28 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2021-01-20 |
Tanggal Publikasi | 2020-01-29 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Dima PM |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |