Idle Time

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

什麼是Idle Time?

Idle Time是由Dima PM開發的Chrome擴展程式,該擴展的主要功能是“Detects time intervals when user was idle or locked system and displays their durations.”。

擴展截圖

screenshot

下載Idle Time擴展crx文件

下載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.                    

擴展基本資訊

名稱 Idle Time Idle Time
ID gpbpabilidejehccbecogoamnckcdelg
官方網址 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"
    ]
}