Task Tracker
This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
Task Trackerคืออะไร?
Task Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://maxlibin.com และคุณลักษณะหลักของมันคือ "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Task Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Task Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lightweight chrome extensions that keep track of your todo list directly from google chrome, just type anything you like and click add icon to add to do list, and click delete if you wish to remove. Version 1.0 ---------- --------------------------------- Additional features to add in soon: --Time tracking of each todo list. --Please request for features if you like to add in...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
คำอธิบาย | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
ขนาดไฟล์ | 43.49 KB |
จำนวนการติดตั้ง | 329 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-09-30 |
วันที่เผยแพร่ | 2013-09-30 |
คะแนน | 3.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://maxlibin.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.maxlibin.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Task Tracker", "description": "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [] } |