Get Something Done

To Do List for indecisive

Cos'è Get Something Done?

Get Something Done è un'estensione di Chrome sviluppata da https://peterjezik.com, e la sua funzione principale è "To Do List for indecisive".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Get Something Done

Scarica i file di estensione Get Something Done 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

                        It is kind of anti-procrastination pill.

Problem:
You don't know which of the tasks you should do next, because none of them looks like the right one to do right now...and you are deciding and deciding forever...and the time passes by...

Solution:
Let the computer choose the task for you. And then just do it.

Because it is better to do something (anything) than do nothing.                    

Informazioni di Base sull'Estensione

Nome Get Something Done Get Something Done
ID obbbhkbgdidgcdphnodedjcnjplgnlfj
URL Ufficiale https://chromewebstore.google.com/detail/get-something-done/obbbhkbgdidgcdphnodedjcnjplgnlfj
Descrizione To Do List for indecisive
Dimensione del File 24.67 KB
Conteggio Installazioni 24
Versione Corrente 1.3
Ultimo Aggiornamento 2013-06-30
Data di Pubblicazione 2013-06-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://peterjezik.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Something Done",
    "version": "1.3",
    "manifest_version": 2,
    "description": "To Do List for indecisive",
    "options_page": "options.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "task.html"
    }
}