ToDo List

A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks

Wat is ToDo List?

ToDo List is een Chrome-extensie ontwikkeld door Edifear, en de belangrijkste functie is "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ToDo List

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

                        - using a popup window;
    - easy to add, edit, check and delete items in your ToDo list;
    - progress-bar of your done tasks;
    - icon budge counter of uncomplited tasks;
    - sync between your devices using Google sync;                    

Basisinformatie over de Extensie

Naam ToDo List ToDo List
ID mkobobmncbbieloopnpflkicoaoihcle
Officiële URL https://chromewebstore.google.com/detail/todo-list/mkobobmncbbieloopnpflkicoaoihcle
Beschrijving A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks
Bestandsgrootte 70.36 KB
Aantal Installaties 1,103
Huidige Versie 1.2
Laatst Bijgewerkt 2013-07-30
Publicatiedatum 2013-07-30
Beoordeling 4.88/5 Totaal 26 Beoordelingen
Ontwikkelaar Edifear
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Edifear/ToDoList
Help Pagina-URL https://github.com/Edifear/ToDoList
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ToDo List",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "description": "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "ToDo.html"
    }
}