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
Eメール [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": []
        }
    ]
}