Idle Time

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

O que é Idle Time?

Idle Time é uma extensão do Chrome desenvolvida por Dima PM, e sua principal característica é "Detects time intervals when user was idle or locked system and displays their durations.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Idle Time

Baixe arquivos de extensão Idle Time no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Idle Time Idle Time
ID gpbpabilidejehccbecogoamnckcdelg
URL Oficial https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg
Descrição Detects time intervals when user was idle or locked system and displays their durations.
Tamanho do Arquivo 10.28 KB
Contagem de Instalações 54
Versão Atual 1.2.0
Última Atualização 2021-01-20
Data de Publicação 2020-01-29
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor Dima PM
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}