page time

See how much time you spend in each website

什么是page time?

page time是由Rafi开发的Chrome扩展程序,该扩展的主要功能是“See how much time you spend in each website”。

扩展截图

screenshot
screenshot
screenshot

下载page time扩展crx文件

下载page time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 page time page time
ID bbfclemghbmdbknbggpekigakcicinip
官方URL https://chromewebstore.google.com/detail/page-time/bbfclemghbmdbknbggpekigakcicinip
简介 See how much time you spend in each website
文件大小 1.95 MB
安装次数 100
当前版本 0.3.2
更新时间 2022-12-06
上架时间 2022-11-28
开发者 Rafi
电子邮箱 [email protected]
付费类型 free
支持的语言 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": []
        }
    ]
}