To do list - Keep it simple

Just a simple to do list extension with a simple design.

Was ist To do list - Keep it simple?

To do list - Keep it simple ist eine Chrome-Erweiterung, die von yohan.quinquis entwickelt wurde, und ihr Hauptmerkmal ist "Just a simple to do list extension with a simple design.".

Erweiterungsscreenshots

screenshot
screenshot

To do list - Keep it simple-Erweiterungs-CRX-Datei herunterladen

Laden Sie To do list - Keep it simple-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

                        With Keep it simple, organize your tasks in no time !

This Chrome application allows you to efficiently manage your daily tasks. With an intuitive and easy-to-use interface, you can quickly add and remove tasks at any time, without wasting time switching between applications. 

With online synchronisation, your tasks are accessible on all your devices, whether you're at your desk or on the move. Make every minute count with our task management extension.                    

Grundlegende Informationen zur Erweiterung

Name To do list - Keep it simple To do list - Keep it simple
ID dhbalflkcneafhdchlphigpflfddfalk
Offizielle URL https://chromewebstore.google.com/detail/to-do-list-keep-it-simple/dhbalflkcneafhdchlphigpflfddfalk
Beschreibung Just a simple to do list extension with a simple design.
Dateigröße 1.55 MB
Installationsanzahl 204
Aktuelle Version 1.3
Letztes Update 2023-11-17
Veröffentlichungsdatum 2023-02-21
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler yohan.quinquis
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To do list - Keep it simple",
    "description": "Just a simple to do list extension with a simple design.",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "256": "image\/logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "256": "image\/logo.png"
        }
    },
    "options_page": "index.html",
    "permissions": [
        "storage"
    ]
}