Time Tracker
Keeps track of how much time you spend on various web sites.
Time Trackerคืออะไร?
Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Keeps track of how much time you spend on various web sites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Helps users track how much time they spend on various web sites. Please email feature requests to: [email protected] or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues This project is open source.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Time Tracker |
ID | mokmnbikneoaenmckfmgjgjimphfojkd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd |
คำอธิบาย | Keeps track of how much time you spend on various web sites. |
ขนาดไฟล์ | 76.76 KB |
จำนวนการติดตั้ง | 15,086 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2016-10-29 |
วันที่เผยแพร่ | 2016-10-29 |
คะแนน | 4.24/5 รวมทั้งหมด 132 คะแนน |
ผู้พัฒนา | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/navjagpal/browser-timetracker/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Tracker", "version": "1.2.4", "description": "Keeps track of how much time you spend on various web sites.", "manifest_version": 2, "background": { "scripts": [ "config.js", "sites.js", "tracker.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "idle", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Time Tracker", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon.png" } } |