To-Do List.

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

What is To-Do List.?

To-Do List. is a Chrome extension developed by https://alexmadrzyk.me, and its main feature is "A Simple To-Do List New-tab Page for Multitaskers".

Extension Screenshots

screenshot

Download To-Do List. Extension CRX File

Download To-Do List. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name To-Do List. To-Do List.
ID lfjmacfbhcmehhkkbfokbghabkiobjpb
Official URL https://chromewebstore.google.com/detail/to-do-list/lfjmacfbhcmehhkkbfokbghabkiobjpb
Description A Simple To-Do List New-tab Page for Multitaskers
File Size 485 KB
Installation Count 347
Current Version 1.0.4
Last Updated 2017-03-21
Publish Date 2017-03-21
Rating 4.33/5 Total 6 Ratings
Developer https://alexmadrzyk.me
Payment Type free
Supported Languages 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"
    }
}