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
公式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
Eメール [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"
    ]
}