ToDo Notes

A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.

What is ToDo Notes?

ToDo Notes is a Chrome extension developed by thecerealcoder, and its main feature is "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.".

Extension Screenshots

screenshot

Download ToDo Notes Extension CRX File

Download ToDo Notes 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

                        The ToDo Notes extension's main focus is on simplicity and aesthetic. This chrome extension will provide users with a self-intuitive graphical interface and uncomplicated functionality to assist with reminding oneself of important daily tasks.                    

Extension Basic Information

Name ToDo Notes ToDo Notes
ID lfjajlafflaljilpemdidlodijkdaggh
Official URL https://chrome.google.com/webstore/detail/todo-notes/lfjajlafflaljilpemdidlodijkdaggh
Description A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.
File Size 175 KB
Installation Count 98
Current Version 1.0.0
Last Updated 2019-03-03
Publish Date 2019-03-03
Rating 5.00/5 Total 2 Ratings
Developer thecerealcoder
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ToDo Notes",
    "description": "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "todos.html"
    },
    "permissions": [
        "activeTab"
    ]
}