Productivity Tracker

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

Productivity Trackerคืออะไร?

Productivity Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmartAlec และคุณลักษณะหลักของมันคือ "Count your clicks and keystrokes in chrome so you can view your productivity over time"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Productivity Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Productivity Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}