To-do List
A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list.
To-do List là gì?
To-do List là một tiện ích mở rộng Chrome được phát triển bởi http://to-do.meteor.com, và tính năng chính của nó là "A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list.".
Ả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 To-do List
Tải xuống các tệp mở rộng To-do List 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
Keep an easy-to-use to-do list located on the corner of your Chrome browser. *Time management Tool. *To-do List. *Features: 1. Display tasks within one week (7 days) with one click; 2. Optional desktop notifications; 3. Cross out tasks that have been completed; 4. Set and check tasks for any future date; 5. Sync to your Chrome account if you are signed in; *IMPORTANT: Please sign in your Chrome to sync your data to your Google account. All data will only be sync to your Google account. Update Log: Ver 1.1.3: Added desktop notifications. Ver 1.1.4: Enriched user interface with multiple background images. Ver 1.1.5: UI refined. Ver 1.1.6: UI refined. Ver 1.1.7: UI refined: table. Ver 1.1.8: Handle timer reset when extension updated. Ver 1.1.9: Automatic start timer when background page loads. Ver 1.1.10: Cancel background image resetting when updated.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ejogpdnbcfngddnlclioajehendkmmik |
URL Chính Thức | https://chrome.google.com/webstore/detail/to-do-list/ejogpdnbcfngddnlclioajehendkmmik |
Mô tả | A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list. |
Kích Thước Tệp | 1.43 MB |
Số Lần Cài Đặt | 95 |
Phiên Bản Hiện Tại | 1.1.10 |
Cập Nhật Lần Cuối | 2013-04-24 |
Ngày Phát Hành | 2013-04-24 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://to-do.meteor.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "browser_action": { "default_icon": "time.png", "default_popup": "popup.html", "default_title": "Do It Now!" }, "web_accessible_resources": [ "time48.png" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list.", "background": { "page": "background.html", "script": [ "background.js" ] }, "name": "To-do List", "permissions": [ "storage", "notifications", "background" ], "icons": { "48": "time.png", "128": "time.png", "16": "time.png" }, "manifest_version": 2, "version": "1.1.10" } |