To do list - Keep it simple

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

Cos'è To do list - Keep it simple?

To do list - Keep it simple è un'estensione di Chrome sviluppata da yohan.quinquis, e la sua funzione principale è "Just a simple to do list extension with a simple design.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione To do list - Keep it simple

Scarica i file di estensione To do list - Keep it simple in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome To do list - Keep it simple To do list - Keep it simple
ID dhbalflkcneafhdchlphigpflfddfalk
URL Ufficiale https://chromewebstore.google.com/detail/to-do-list-keep-it-simple/dhbalflkcneafhdchlphigpflfddfalk
Descrizione Just a simple to do list extension with a simple design.
Dimensione del File 1.55 MB
Conteggio Installazioni 204
Versione Corrente 1.3
Ultimo Aggiornamento 2023-11-17
Data di Pubblicazione 2023-02-21
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore yohan.quinquis
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}