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?

ToDo List是由Edifear開發的Chrome擴展程式,該擴展的主要功能是“A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ToDo List擴展crx文件

下載ToDo List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - 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;                    

擴展基本資訊

名稱 ToDo List ToDo List
ID mkobobmncbbieloopnpflkicoaoihcle
官方網址 https://chromewebstore.google.com/detail/todo-list/mkobobmncbbieloopnpflkicoaoihcle
簡介 A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks
檔案大小 70.36 KB
安裝次數 1,103
目前版本 1.2
更新時間 2013-07-30
上架時間 2013-07-30
評分 4.88/5 共 26 次評分
開發者 Edifear
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Edifear/ToDoList
說明頁面URL https://github.com/Edifear/ToDoList
支援的語言 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"
    }
}