Minimal Todo

Minimal Todo for your Daily List

What is Minimal Todo?

Minimal Todo is a Chrome extension developed by Anuj Punjani, and its main feature is "Minimal Todo for your Daily List".

Extension Screenshots

screenshot
screenshot

Download Minimal Todo Extension CRX File

Download Minimal Todo 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

                        Minimal Todo is a simple and effective to-do & task list, which helps you to make everything done and witness all important moments in life. 
Minimal Todo Chrome Extension’s minimal features include: 
 - Create tasks in checklist
 - Edit tasks
 - Mark as done/strike off
 - Drag and Move to rearrange tasks
 - Drop off the list when done

Features coming in upcoming updates...Dark Mode, Focus Mode.

Add or strike off your daily goals in this Minimal List.                    

Extension Basic Information

Name Minimal Todo Minimal Todo
ID lolenhbhlaakeokpnepiecpikieiehca
Official URL https://chromewebstore.google.com/detail/minimal-todo/lolenhbhlaakeokpnepiecpikieiehca
Description Minimal Todo for your Daily List
File Size 1.33 MB
Installation Count 150
Current Version 1.2.0
Last Updated 2021-12-27
Publish Date 2021-12-09
Rating 5.00/5 Total 9 Ratings
Developer Anuj Punjani
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Todo",
    "version": "1.2.0",
    "description": "Minimal Todo for your Daily List",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Minimal Todo",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    }
}