page time

See how much time you spend in each website

Cos'è page time?

page time è un'estensione di Chrome sviluppata da Rafi, e la sua funzione principale è "See how much time you spend in each website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione page time

Scarica i file di estensione page time in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome page time page time
ID bbfclemghbmdbknbggpekigakcicinip
URL Ufficiale https://chromewebstore.google.com/detail/page-time/bbfclemghbmdbknbggpekigakcicinip
Descrizione See how much time you spend in each website
Dimensione del File 1.95 MB
Conteggio Installazioni 100
Versione Corrente 0.3.2
Ultimo Aggiornamento 2022-12-06
Data di Pubblicazione 2022-11-28
Sviluppatore Rafi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
        }
    ]
}