Idle Time

Detects time intervals when user was idle or locked system and displays their durations.

What is Idle Time?

Idle Time is a Chrome extension developed by Dima PM, and its main feature is "Detects time intervals when user was idle or locked system and displays their durations.".

Extension Screenshots

screenshot

Download Idle Time Extension CRX File

Download Idle Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Idle Time Idle Time
ID gpbpabilidejehccbecogoamnckcdelg
Official URL https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg
Description Detects time intervals when user was idle or locked system and displays their durations.
File Size 10.28 KB
Installation Count 54
Current Version 1.2.0
Last Updated 2021-01-20
Publish Date 2020-01-29
Rating 4.00/5 Total 2 Ratings
Developer Dima PM
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}