To do list - Keep it simple

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

Qu'est-ce que To do list - Keep it simple ?

To do list - Keep it simple est une extension Chrome développée par yohan.quinquis, et sa fonction principale est "Just a simple to do list extension with a simple design.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension To do list - Keep it simple

Téléchargez les fichiers d'extension To do list - Keep it simple au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom To do list - Keep it simple To do list - Keep it simple
ID dhbalflkcneafhdchlphigpflfddfalk
URL Officiel https://chromewebstore.google.com/detail/to-do-list-keep-it-simple/dhbalflkcneafhdchlphigpflfddfalk
Description Just a simple to do list extension with a simple design.
Taille du Fichier 1.55 MB
Nombre d'Installations 204
Version Actuelle 1.3
Dernière Mise à Jour 2023-11-17
Date de Publication 2023-02-21
Évaluation 5.00/5 Total 10 Évaluations
Développeur yohan.quinquis
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}