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
官方網址 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": []
        }
    ]
}