page time

See how much time you spend in each website

O que é page time?

page time é uma extensão do Chrome desenvolvida por Rafi, e sua principal característica é "See how much time you spend in each website".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão page time

Baixe arquivos de extensão page 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

                        Simple chrome extension that tells you how much time you spend in each website                    

Informações Básicas da Extensão

Nome page time page time
ID bbfclemghbmdbknbggpekigakcicinip
URL Oficial https://chromewebstore.google.com/detail/page-time/bbfclemghbmdbknbggpekigakcicinip
Descrição See how much time you spend in each website
Tamanho do Arquivo 1.95 MB
Contagem de Instalações 100
Versão Atual 0.3.2
Última Atualização 2022-12-06
Data de Publicação 2022-11-28
Desenvolvedor Rafi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "page time",
    "description": "See how much time you spend in each website",
    "version": "0.3.2",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "public.8fcbb9a0.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon16.d6e851a4.png",
        "32": "icon32.293916d8.png",
        "48": "icon48.97894d51.png",
        "128": "icon128.8f9b81d9.png"
    },
    "background": {
        "service_worker": "background.57badb32.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "main.a22b64e0.js"
            ],
            "css": []
        }
    ]
}