ToDo List

A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks

ToDo List là gì?

ToDo List là một tiện ích mở rộng Chrome được phát triển bởi Edifear, và tính năng chính của nó là "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ToDo List

Tải xuống các tệp mở rộng ToDo 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

                        - using a popup window;
    - easy to add, edit, check and delete items in your ToDo list;
    - progress-bar of your done tasks;
    - icon budge counter of uncomplited tasks;
    - sync between your devices using Google sync;                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ToDo List ToDo List
ID mkobobmncbbieloopnpflkicoaoihcle
URL Chính Thức https://chromewebstore.google.com/detail/todo-list/mkobobmncbbieloopnpflkicoaoihcle
Mô tả A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks
Kích Thước Tệp 70.36 KB
Số Lần Cài Đặt 1,103
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-07-30
Ngày Phát Hành 2013-07-30
Đánh Giá 4.88/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Edifear
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Edifear/ToDoList
URL Trang Trợ Giúp https://github.com/Edifear/ToDoList
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ToDo List",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "description": "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "ToDo.html"
    }
}