Productivity Tracker

Count your clicks and keystrokes in chrome so you can view your productivity over time

Productivity Tracker란 무엇입니까?

Productivity Tracker은(는) SmartAlec에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Count your clicks and keystrokes in chrome so you can view your productivity over time"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Productivity Tracker is the best way to track your productivity over a period of time. It will count your keystrokes and clicks and will display it on a graph for you. If you spend most of your time watching YouTube, it will show that you didn't do much work that day. If you type out your entire 20 page English paper in 2 hours, it will show that you were very productive that day.

Features:
* keystroke counter
* click counter
* graphs your productivity on a graph, all you have to do is click on the extension icon
* see your productivity between specific dates
* light weight and simplistic design                    

확장 프로그램 기본 정보

이름 Productivity Tracker Productivity Tracker
ID lmnpbacpakagageocmghgdbognjiabmb
공식 URL https://chromewebstore.google.com/detail/productivity-tracker/lmnpbacpakagageocmghgdbognjiabmb
설명 Count your clicks and keystrokes in chrome so you can view your productivity over time
파일 크기 1.95 MB
설치 횟수 298
현재 버전 1.54
최근 업데이트 2017-05-01
출시 날짜 2017-05-01
평점 3.67/5 총 3 개의 평점
개발자 SmartAlec
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "\/src\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/src\/jquery-3.1.1.js",
                "\/src\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Count your clicks and keystrokes in chrome so you can view your productivity over time",
    "icons": {
        "128": "PTLogo128x128.png",
        "16": "PTLogo16x16.png",
        "48": "PTLogo48x48.png"
    },
    "manifest_version": 2,
    "name": "Productivity Tracker",
    "offline_enabled": true,
    "permissions": [
        "",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.54"
}