Website Time Tracker

Track your time duration spent on social website.

Website Time Trackerคืออะไร?

Website Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://raviroshan.info และคุณลักษณะหลักของมันคือ "Track your time duration spent on social website."

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

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

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

                        This extension keeps track of the time duration [hh:mm:ss format] you spend on social network.

It considers only the ACTIVE time of user on the website.
------------------------------------------------------------------------
ACTIVE time does not include :
> When user is on different tab, other than on Facebook (Either on same browser windows or other).
> When current tab is Facebook but the browser is minimized or not focused.


Version 2.1 Update: 
> Cleaner UI.
> Rest-Timer functionality has been added.                    

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

ชื่อ Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
คำอธิบาย Track your time duration spent on social website.
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2017-04-20
วันที่เผยแพร่ 2017-04-20
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://raviroshan.info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.raviroshan.info
URL หน้าช่วยเหลือ https://www.facebook.com/raviroshan.talk
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Time Tracker",
    "short_name": "Website Time Tracker",
    "manifest_version": 2,
    "version": "2.3",
    "description": "Track your time duration spent on social website.",
    "offline_enabled": true,
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/timer-icon.png",
        "default_popup": "popup.html"
    }
}

ส่วนขยายที่เกี่ยวข้อง