Todo List

This extension helps you get stuff done

Cos'è Todo List?

Todo List è un'estensione di Chrome sviluppata da Ansel Smolund, e la sua funzione principale è "This extension helps you get stuff done".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Todo List

Scarica i file di estensione Todo 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

                        With Todo List, you have access to a drop down task list without even opening a new tab or opening a separate application. The freedom that Todo List allows you to browse the web and jot down important information you want to be reminded of is an incredible tool for those wanting a more productive workflow. 

Update 2.1:
-Bug fixes
-Updated font 
-Font color selection 
-Crisper input functionality 

Update 3.0:
-NEW LOOK
-WEATHER FOR YOUR CURRENT LOCATION 
-NEW COLOR SCHEMES 
-MOTIVATE ME BUTTON 

More updates to come.                    

Informazioni di Base sull'Estensione

Nome Todo List Todo List
ID dabcobbkdfbpepadeilkdlpbccpigmai
URL Ufficiale https://chrome.google.com/webstore/detail/todo-list/dabcobbkdfbpepadeilkdlpbccpigmai
Descrizione This extension helps you get stuff done
Dimensione del File 1.55 MB
Conteggio Installazioni 1,000
Versione Corrente 3.4
Ultimo Aggiornamento 2017-04-26
Data di Pubblicazione 2017-04-26
Valutazione 5.00/5 Totale 15 Valutazioni
Sviluppatore Ansel Smolund
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Todo List",
    "description": "This extension helps you get stuff done",
    "version": "3.4",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Get stuff done"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "icons": {
        "16": "todo.png",
        "32": "todo32.png",
        "64": "todo64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "geolocation"
    ]
}