Idle Time

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

Co to jest Idle Time?

Idle Time to rozszerzenie Chrome opracowane przez Dima PM, a jego główną funkcją jest „Detects time intervals when user was idle or locked system and displays their durations.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Idle Time

Pobierz pliki rozszerzeń Idle Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Idle Time Idle Time
ID gpbpabilidejehccbecogoamnckcdelg
Oficjalny URL https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg
Opis Detects time intervals when user was idle or locked system and displays their durations.
Rozmiar pliku 10.28 KB
Liczba instalacji 54
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2021-01-20
Data Publikacji 2020-01-29
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Dima PM
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}