Todo List

This extension helps you get stuff done

Todo List là gì?

Todo List là một tiện ích mở rộng Chrome được phát triển bởi Ansel Smolund, và tính năng chính của nó là "This extension helps you get stuff done".

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

screenshot
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

                        With Todo List, you have access to a drop down task list without even opening a new tab or opening a separate application. The freedom that Todo List allows you to browse the web and jot down important information you want to be reminded of is an incredible tool for those wanting a more productive workflow. 

Update 2.1:
-Bug fixes
-Updated font 
-Font color selection 
-Crisper input functionality 

Update 3.0:
-NEW LOOK
-WEATHER FOR YOUR CURRENT LOCATION 
-NEW COLOR SCHEMES 
-MOTIVATE ME BUTTON 

More updates to come.                    

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

Tên Todo List Todo List
ID dabcobbkdfbpepadeilkdlpbccpigmai
URL Chính Thức https://chrome.google.com/webstore/detail/todo-list/dabcobbkdfbpepadeilkdlpbccpigmai
Mô tả This extension helps you get stuff done
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 3.4
Cập Nhật Lần Cuối 2017-04-26
Ngày Phát Hành 2017-04-26
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Ansel Smolund
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Todo List",
    "description": "This extension helps you get stuff done",
    "version": "3.4",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Get stuff done"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "icons": {
        "16": "todo.png",
        "32": "todo32.png",
        "64": "todo64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "geolocation"
    ]
}