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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" ] } |