Task Timer
Timer
Task Timerคืออะไร?
Task Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sridhar และคุณลักษณะหลักของมันคือ "Timer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Task Timer
ดาวน์โหลดไฟล์ส่วนขยาย Task Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create your timer with start/pause options. Timer is perfect for everyday task and track your time. Version: 1.0.0 - Timer file source. 1.1.0 - Alert code updated. 1.2.0 - List order changed. 1.3.0 - Button Trigger fixed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dejdlcmofhbhbolamanacpffmpaoblin |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/task-timer/dejdlcmofhbhbolamanacpffmpaoblin |
คำอธิบาย | Timer |
ขนาดไฟล์ | 635 KB |
จำนวนการติดตั้ง | 338 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2018-11-26 |
วันที่เผยแพร่ | 2018-11-26 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Sridhar |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sridhar", "browser_action": { "default_icon": "images\/task_48.png", "default_popup": "popup.html", "default_title": "Timer" }, "description": "Timer", "permissions": [ "storage", "tabs", "notifications", "contextMenus", "alarms" ], "homepage_url": "http:\/\/www.sridhar.xyz", "icons": { "128": "images\/task_128.png", "16": "images\/task_16.png", "48": "images\/task_48.png" }, "manifest_version": 2, "name": "Task Timer", "options_page": "options.html", "short_name": "Timer", "version": "1.3.0" } |