Time Tracker

Time Tracker

Time Trackerคืออะไร?

Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kindwhale.com และคุณลักษณะหลักของมันคือ "Time Tracker"

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

screenshot

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

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

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

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