Web Time Tracker
This extension helps you track your time spent using the web for work.
Web Time Trackerคืออะไร?
Web Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joey Lea และคุณลักษณะหลักของมันคือ "This extension helps you track your time spent using the web for work."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Time Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Web Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keep track of your time spent on your web projects with the tool you use most, your browser. The Web Time Tracker makes it easy to track your hours spent on projects right inside Google Chrome. It syncs across all your browsers so you are always up to date. Plus, you can add goals and stay on top of your to-do list.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web Time Tracker |
ID | hfhhlhelfbijnejjdihdfchakekadhbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg |
คำอธิบาย | This extension helps you track your time spent using the web for work. |
ขนาดไฟล์ | 164 KB |
จำนวนการติดตั้ง | 172 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2015-05-10 |
วันที่เผยแพร่ | 2015-05-10 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Joey Lea |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Time Tracker", "description": "This extension helps you track your time spent using the web for work.", "version": "0.0.4", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "home.html", "default_title": "Web Time Tracker" }, "permissions": [ "storage", "activeTab", "https:\/\/tt.w3by.com\/" ] } |