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 là gì?
Task Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://maxlibin.com, và tính năng chính của nó là "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Task Tracker
Tải xuống các tệp mở rộng Task Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
URL Chính Thức | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
Mô tả | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
Kích Thước Tệp | 43.49 KB |
Số Lần Cài Đặt | 329 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-09-30 |
Ngày Phát Hành | 2013-09-30 |
Đánh Giá | 3.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://maxlibin.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.maxlibin.com |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |