Get Something Done

To Do List for indecisive

¿Qué es Get Something Done?

Get Something Done es una extensión de Chrome desarrollada por https://peterjezik.com, y su función principal es "To Do List for indecisive".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Get Something Done

Descarga archivos de extensión Get Something Done en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Get Something Done Get Something Done
ID obbbhkbgdidgcdphnodedjcnjplgnlfj
URL Oficial https://chromewebstore.google.com/detail/get-something-done/obbbhkbgdidgcdphnodedjcnjplgnlfj
Descripción To Do List for indecisive
Tamaño del Archivo 24.67 KB
Cantidad de Instalaciones 24
Versión Actual 1.3
Última Actualización 2013-06-30
Fecha de Publicación 2013-06-30
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://peterjezik.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}