To do list - Keep it simple

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

Wat is To do list - Keep it simple?

To do list - Keep it simple is een Chrome-extensie ontwikkeld door yohan.quinquis, en de belangrijkste functie is "Just a simple to do list extension with a simple design.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie To do list - Keep it simple

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

                        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.                    

Basisinformatie over de Extensie

Naam To do list - Keep it simple To do list - Keep it simple
ID dhbalflkcneafhdchlphigpflfddfalk
Officiële URL https://chromewebstore.google.com/detail/to-do-list-keep-it-simple/dhbalflkcneafhdchlphigpflfddfalk
Beschrijving Just a simple to do list extension with a simple design.
Bestandsgrootte 1.55 MB
Aantal Installaties 204
Huidige Versie 1.3
Laatst Bijgewerkt 2023-11-17
Publicatiedatum 2023-02-21
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar yohan.quinquis
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}