To Do List

A simple, yet powerful app for managing your tasks.

Cos'è To Do List?

To Do List è un'estensione di Chrome sviluppata da http://todolist.solumstone.co.uk, e la sua funzione principale è "A simple, yet powerful app for managing your tasks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione To Do List

Scarica i file di estensione To Do List 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

                        To Do List is a simple & powerful extension for helping you to manage your day-to-day tasks. It is clean, elegant and unobtrusive. 

It's updated regularly so if you have any suggestions let me know.

Update 23 June 2015:

I have several updates in the pipeline for this, but they won't be applied for a while due to technical issues. Bear with me.                    

Informazioni di Base sull'Estensione

Nome To Do List To Do List
ID edpenjidmmekgeafnacnkfindkblijmg
URL Ufficiale https://chrome.google.com/webstore/detail/to-do-list/edpenjidmmekgeafnacnkfindkblijmg
Descrizione A simple, yet powerful app for managing your tasks.
Dimensione del File 317 KB
Conteggio Installazioni 100
Versione Corrente 0.2.0
Ultimo Aggiornamento 2015-06-23
Data di Pubblicazione 2015-06-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://todolist.solumstone.co.uk
Tipo di Pagamento free
Sito Web dell'Estensione http://todolist.solumstone.co.uk
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "To Do List",
    "description": "A simple, yet powerful app for managing your tasks.",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/todolist.solumstone.co.uk"
    ]
}