Site Timer

Shows you how much time you spend on websites

Site Timer란 무엇입니까?

Site Timer은(는) pikapower9080에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows you how much time you spend on websites"입니다.

확장 프로그램 스크린샷

screenshot

Site Timer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Site timer is an extension that keeps track of how much time you spend on each website, then lets you know which ones you use the most and how long you've spent on each one of them. It can show you a quick overview, or you can show a full list of sites you've visited for more than a configurable threshold.

Troubleshooting: 
Q: The extension stopped counting!
A: Try restarting chrome, and keep in mind that the extension will not count time when the window is not focused or you are looking at the extension's popup.

Q: How do I reset the extension?
A: Open the options menu, press the reset button, when it asks you to confirm press the button again

Q: Is there dark mode?
A: Yes! Press the options button and check the box to the right of the dark mode option. You can also customize other settings there.                    

확장 프로그램 기본 정보

이름 Site Timer Site Timer
ID keccgdpfpljlfdcdpkgjogmiadiidgam
공식 URL https://chromewebstore.google.com/detail/site-timer/keccgdpfpljlfdcdpkgjogmiadiidgam
설명 Shows you how much time you spend on websites
파일 크기 29.49 KB
설치 횟수 131
현재 버전 1.4.0
최근 업데이트 2023-09-23
출시 날짜 2023-04-14
평점 4.75/5 총 4 개의 평점
개발자 pikapower9080
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Site Timer",
    "version": "1.4.0",
    "description": "Shows you how much time you spend on websites",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "idle"
    ],
    "optional_permissions": [
        "management"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    }
}