Time Tracker

Time Tracker

Time Tracker란 무엇입니까?

Time Tracker은(는) http://kindwhale.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Time Tracker"입니다.

확장 프로그램 스크린샷

screenshot

Time Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        KindWhale Time Tracker is a lightweight productivity tool. Ever wonder how much time you spend on particular sites? Do you want to improve your productivity and focus? Time Tracker app will show you your internet activity in beautiful, well thought out visualizations. Think Fitbit for data driven fitness as to Time Tracker for data driven internet activity. 

Features
- Daily, weekly, monthly statistics of websites visited 
- Drill into websites visited stats to see daily trend of a specific website 
- Ability to send feedback about a site. 

Features *Coming soon

- Ability to blacklist websites so that they are not part of the tracking stats                    

확장 프로그램 기본 정보

이름 Time Tracker Time Tracker
ID hclkpihmgdddnaogdbbeioanljljhidk
공식 URL https://chrome.google.com/webstore/detail/time-tracker/hclkpihmgdddnaogdbbeioanljljhidk
설명 Time Tracker
파일 크기 245 KB
설치 횟수 117
현재 버전 0.1
최근 업데이트 2016-07-26
출시 날짜 2016-07-26
평점 2.33/5 총 3 개의 평점
개발자 http://kindwhale.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Tracker",
    "description": "Time Tracker",
    "version": "0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Time Tracker"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-1.12.0.min.js",
            "libs\/moment.js",
            "scripts\/actions.js",
            "scripts\/tools.js",
            "scripts\/bs_main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "css\/cs_styles.css"
    ]
}