ToDo

Extension to form habits and prioritise tasks

Wat is ToDo?

ToDo is een Chrome-extensie ontwikkeld door https://mpashkovskiy.github.io/todo-extension, en de belangrijkste functie is "Extension to form habits and prioritise tasks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ToDo

Download ToDo-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

                        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                    

Basisinformatie over de Extensie

Naam ToDo ToDo
ID eopgnfmokenljjoeidphdgamkagpoimf
Officiële URL https://chromewebstore.google.com/detail/todo/eopgnfmokenljjoeidphdgamkagpoimf
Beschrijving Extension to form habits and prioritise tasks
Bestandsgrootte 317 KB
Aantal Installaties 60
Huidige Versie 1.2
Laatst Bijgewerkt 2019-09-24
Publicatiedatum 2019-09-23
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://mpashkovskiy.github.io/todo-extension
Betalingswijze free
Extensiewebsite https://mpashkovskiy.github.io/todo-extension
Help Pagina-URL https://github.com/mpashkovskiy/todo-extension/issues
Ondersteunde Talen 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"
    ]
}