page time

See how much time you spend in each website

page timeคืออะไร?

page time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafi และคุณลักษณะหลักของมันคือ "See how much time you spend in each website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย page time

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
        }
    ]
}