What Do

A simple todo list.

What is What Do?

What Do is a Chrome extension developed by didactic, and its main feature is "A simple todo list.".

Extension Screenshots

screenshot

Download What Do Extension CRX File

Download What Do 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

                        A simple todo list for the new tab page in Chrome. Splits objectives into two categories: "what do" for things to do, and "what did" for things that are done.                    

Extension Basic Information

Name What Do What Do
ID pammmdddfcpddpecpepcicglbopodjno
Official URL https://chromewebstore.google.com/detail/what-do/pammmdddfcpddpecpepcicglbopodjno
Description A simple todo list.
File Size 44.9 KB
Installation Count 15
Current Version 2.0
Last Updated 2017-09-17
Publish Date 2017-09-16
Rating 5.00/5 Total 2 Ratings
Developer didactic
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Do",
    "description": "A simple todo list.",
    "version": "2.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon-128.png"
    }
}