ToDo Notes

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

Was ist ToDo Notes?

ToDo Notes ist eine Chrome-Erweiterung, die von thecerealcoder entwickelt wurde, und ihr Hauptmerkmal ist "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.".

Erweiterungsscreenshots

screenshot

ToDo Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie ToDo Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ToDo Notes ToDo Notes
ID lfjajlafflaljilpemdidlodijkdaggh
Offizielle URL https://chrome.google.com/webstore/detail/todo-notes/lfjajlafflaljilpemdidlodijkdaggh
Beschreibung A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.
Dateigröße 175 KB
Installationsanzahl 98
Aktuelle Version 1.0.0
Letztes Update 2019-03-03
Veröffentlichungsdatum 2019-03-03
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler thecerealcoder
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}