To-Do List.

A Simple To-Do List New-tab Page for Multitaskers

To-Do List.とは何ですか?

To-Do List.はhttps://alexmadrzyk.meによって開発されたChromeの拡張機能で、その主な機能は「A Simple To-Do List New-tab Page for Multitaskers」です。

拡張機能のスクリーンショット

screenshot

To-Do List.拡張機能のCRXファイルをダウンロード

To-Do List.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you ever feel like you have too many things to do, but have convenient way of organizing your tasks? 

This chrome extension gives you a high-visibility to-do list that lets you organize your pending tasks in an organized manner. The background colors and header titles are also editable to your liking!

UPDATE v1.0.4: Added draggable categories, fixed log errors (still working on saving category positions)
UPDATE v1.0.3: Fixed scaling issues
UPDATE v1.0.2: Minor bug fix
UPDATE v1.0.1: Added checkbox for short shadow styling                    

拡張機能の基本情報

名前 To-Do List. To-Do List.
ID lfjmacfbhcmehhkkbfokbghabkiobjpb
公式URL https://chromewebstore.google.com/detail/to-do-list/lfjmacfbhcmehhkkbfokbghabkiobjpb
説明 A Simple To-Do List New-tab Page for Multitaskers
ファイルサイズ 485 KB
インストール数 347
現在のバージョン 1.0.4
最終更新日 2017-03-21
公開日 2017-03-21
評価 4.33/5 合計 6 レビュー
開発者 https://alexmadrzyk.me
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To-Do List.",
    "description": "A Simple To-Do List New-tab Page for Multitaskers",
    "version": "1.0.4",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/decoy.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_128.png"
    }
}