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
公式URL 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
Eメール [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"
    }
}