MyDodo | A simple todo list

Create a todo list in your Google Chrome browser

What is MyDodo | A simple todo list?

MyDodo | A simple todo list is a Chrome extension developed by Aline Bezzoco, and its main feature is "Create a todo list in your Google Chrome browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download MyDodo | A simple todo list Extension CRX File

Download MyDodo | A simple todo 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

                        What do you need to do today? :)

Create a simple todo list with MyDodo!

You don't need more papers or notepads! 

You can control, create and remove items in your Google Chrome browser.                    

Extension Basic Information

Name MyDodo | A simple todo list MyDodo | A simple todo list
ID fkfificojankmmjcmmcfhhgameoefkje
Official URL https://chromewebstore.google.com/detail/mydodo-a-simple-todo-list/fkfificojankmmjcmmcfhhgameoefkje
Description Create a todo list in your Google Chrome browser
File Size 180 KB
Installation Count 450
Current Version 2.0
Last Updated 2023-09-11
Publish Date 2017-10-10
Rating 4.90/5 Total 10 Ratings
Developer Aline Bezzoco
Email [email protected]
Payment Type free
Extension Website http://www.alinebezzoco.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MyDodo | A simple todo list",
    "description": "Create a todo list in your Google Chrome browser",
    "version": "2.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "assets\/128.png",
            "16": "assets\/16.png",
            "32": "assets\/32.png",
            "64": "assets\/64.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}