Idle Time
Detects time intervals when user was idle or locked system and displays their durations.
Что такое Idle Time?
Idle Time - это расширение Chrome, разработанное Dima PM, и его основная функция - "Detects time intervals when user was idle or locked system and displays their durations.".
Снимки экрана расширения
Скачать файл CRX расширения Idle Time
Скачайте файлы расширений 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" ] } |