Watcher
A time management stopwatch that allows you to track time for multiple items at once.
Watcherคืออะไร?
Watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A time management stopwatch that allows you to track time for multiple items at once."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watcher
ดาวน์โหลดไฟล์ส่วนขยาย Watcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Color code your watches for easier management - Edit a watch name in-line - Re-order watches to set priority - Rounds time to the nearest quarter hour and provides multiple time totals - Track one or multiple projects at once - Expand or collapse watches - Add or subtract time manually
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Watcher |
ID | ecndlcfciheobflkmookjlojoeccmjbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg |
คำอธิบาย | A time management stopwatch that allows you to track time for multiple items at once. |
ขนาดไฟล์ | 83.44 KB |
จำนวนการติดตั้ง | 166 |
เวอร์ชันปัจจุบัน | 1.4.2 |
อัปเดตครั้งล่าสุด | 2013-03-29 |
วันที่เผยแพร่ | 2013-03-29 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watcher", "version": "1.4.2", "manifest_version": 2, "description": "A time management stopwatch that allows you to track time for multiple items at once.", "browser_action": { "default_icon": "img\/icon.png", "default_title": "Watcher", "default_popup": "index.html" }, "icons": { "48": "img\/icon-48.png", "64": "img\/icon-64.png", "128": "img\/icon-128.png" } } |