ToDo

Extension to form habits and prioritise tasks

Qu'est-ce que ToDo ?

ToDo est une extension Chrome développée par https://mpashkovskiy.github.io/todo-extension, et sa fonction principale est "Extension to form habits and prioritise tasks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ToDo

Téléchargez les fichiers d'extension ToDo 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

                        Inspired by: 
- The Autobiography of Benjamin Franklin by Benjamin Franklin and his "project of arriving at moral perfection": http://www.gutenberg.org/files/148/148-h/148-h.htm#Page_82
- and Dwight D. Eisenhower's Method: https://en.wikipedia.org/wiki/Time_management#The_Eisenhower_Method                    

Informations de Base sur l'Extension

Nom ToDo ToDo
ID eopgnfmokenljjoeidphdgamkagpoimf
URL Officiel https://chromewebstore.google.com/detail/todo/eopgnfmokenljjoeidphdgamkagpoimf
Description Extension to form habits and prioritise tasks
Taille du Fichier 317 KB
Nombre d'Installations 60
Version Actuelle 1.2
Dernière Mise à Jour 2019-09-24
Date de Publication 2019-09-23
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://mpashkovskiy.github.io/todo-extension
Type de Paiement free
Site Web de l'Extension https://mpashkovskiy.github.io/todo-extension
URL de la Page d'Aide https://github.com/mpashkovskiy/todo-extension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ToDo",
    "description": "Extension to form habits and prioritise tasks",
    "version": "1.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}