ToDo Notes

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

Wat is ToDo Notes?

ToDo Notes is een Chrome-extensie ontwikkeld door thecerealcoder, en de belangrijkste functie is "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ToDo Notes

Download ToDo Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ToDo Notes ToDo Notes
ID lfjajlafflaljilpemdidlodijkdaggh
Officiële URL https://chrome.google.com/webstore/detail/todo-notes/lfjajlafflaljilpemdidlodijkdaggh
Beschrijving A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.
Bestandsgrootte 175 KB
Aantal Installaties 98
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-03-03
Publicatiedatum 2019-03-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar thecerealcoder
Betalingswijze free
Ondersteunde Talen 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"
    ]
}