Website Time Tracker

Find out how much time you spend on various websites.

Website Time Trackerคืออะไร?

Website Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jakson K. และคุณลักษณะหลักของมันคือ "Find out how much time you spend on various websites."

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

screenshot

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

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

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

                        Ever wondered how much time you've had certain websites open? The Website Time Tracker extension will allow you to track the amount of total time you've spent/wasted on places around the web! These stats are just for you... they aren't reported anywhere.

"Hourglass" icon source: http://bit.ly/1MFcCBW                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Website Time Tracker Website Time Tracker
ID ekdocmaecfjfikmhfbmlfaopdndepefl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-time-tracker/ekdocmaecfjfikmhfbmlfaopdndepefl
คำอธิบาย Find out how much time you spend on various websites.
ขนาดไฟล์ 50.55 KB
จำนวนการติดตั้ง 431
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-10-22
วันที่เผยแพร่ 2015-10-22
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jakson K.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Time Tracker",
    "description": "Find out how much time you spend on various websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/hourglass.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/hourglass_16.png",
        "48": "assets\/hourglass_48.png",
        "128": "assets\/hourglass_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/website-statistics.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/regular.css"
    ]
}