page time

See how much time you spend in each website

What is page time?

page time is a Chrome extension developed by Rafi, and its main feature is "See how much time you spend in each website".

Extension Screenshots

screenshot
screenshot
screenshot

Download page time Extension CRX File

Download page time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name page time page time
ID bbfclemghbmdbknbggpekigakcicinip
Official URL https://chromewebstore.google.com/detail/page-time/bbfclemghbmdbknbggpekigakcicinip
Description See how much time you spend in each website
File Size 1.95 MB
Installation Count 100
Current Version 0.3.2
Last Updated 2022-12-06
Publish Date 2022-11-28
Developer Rafi
Email [email protected]
Payment Type free
Supported Languages 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": []
        }
    ]
}