Todo List

This extension helps to make TODO list

What is Todo List?

Todo List is a Chrome extension developed by kirtan, and its main feature is "This extension helps to make TODO list".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Todo List Extension CRX File

Download 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

                        Simple, clean, and beautifully designed with relaxing Light & Dark Themes.
A simple and sweet Todo list that you can use in daily to note down important information to keep you reminded.                    

Extension Basic Information

Name Todo List Todo List
ID gncljmacmdgfjlkagonggodfflpinhco
Official URL https://chromewebstore.google.com/detail/todo-list/gncljmacmdgfjlkagonggodfflpinhco
Description This extension helps to make TODO list
File Size 40.6 KB
Installation Count 27
Current Version 0.0.1
Last Updated 2022-03-16
Publish Date 2022-03-15
Rating 5.00/5 Total 7 Ratings
Developer kirtan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Todo List",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "todo.png",
        "default_title": "My TODOs"
    },
    "description": "This extension helps to make TODO list",
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "64": "logo64.png"
    },
    "permissions": []
}