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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
        }
    ]
}