Surf Clock

Keep track of the time you spend surfing on the web.

Surf Clock란 무엇입니까?

Surf Clock은(는) https://surfclock.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of the time you spend surfing on the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Surf Clock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Curious about where you spend how much time on the web? Surf Clock is for you! Accurate. Intuitive. Private.

- While browsing the web, the time you spend on websites is accurately measured.
- Adjust the time frame to easily spot for how long you've been on any site during that period.
- No information is sent to our clouds, it's all yours on your computer.


Necessary permissions:
- "Read your browsing history" to detect when you load new sites and switch tabs / windows
- "Read and change your data on www.google.com" in order to use Google's Favicon Service, which is needed to retrieve the color for the website                    

확장 프로그램 기본 정보

이름 Surf Clock Surf Clock
ID bhmamcldpbfndmkibakfgkibichjbifo
공식 URL https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo
설명 Keep track of the time you spend surfing on the web.
파일 크기 186 KB
설치 횟수 39
현재 버전 1.0.4
최근 업데이트 2017-12-04
출시 날짜 2017-12-04
평점 5.00/5 총 2 개의 평점
개발자 https://surfclock.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://surfclock.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Surf Clock",
    "version": "1.0.4",
    "author": "crococoding",
    "homepage_url": "https:\/\/surfclock.io",
    "description": "Keep track of the time you spend surfing on the web.",
    "icons": {
        "128": "chrome\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "chrome\/icon_128.png",
        "default_popup": "chrome\/popup_chrome.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/www.google.com\/*"
    ],
    "background": {
        "scripts": [
            "core\/background\/dexie.min.js",
            "core\/background\/vibrant.min.js",
            "core\/background\/database.js",
            "core\/background\/logger.js",
            "chrome\/background_chrome.js"
        ]
    }
}