Idle Time
Detects time intervals when user was idle or locked system and displays their durations.
Wat is Idle Time?
Idle Time is een Chrome-extensie ontwikkeld door Dima PM, en de belangrijkste functie is "Detects time intervals when user was idle or locked system and displays their durations.".
Extensie Screenshots
Download het CRX-bestand van de extensie Idle Time
Download Idle Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gpbpabilidejehccbecogoamnckcdelg |
Officiële URL | https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg |
Beschrijving | Detects time intervals when user was idle or locked system and displays their durations. |
Bestandsgrootte | 10.28 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2021-01-20 |
Publicatiedatum | 2020-01-29 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Dima PM |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |