Getting Sh*t Done

Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.

¿Qué es Getting Sh*t Done?

Getting Sh*t Done es una extensión de Chrome desarrollada por Upgrade Avenue, y su función principal es "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.".

Descargar Archivo CRX de la Extensión Getting Sh*t Done

Descarga archivos de extensión Getting Sh*t 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

                        So you wanna get shit done? But that's easier said than done! 

This Chrome Extension will help you figure out how to Get Shit Done. 

Go to GettingThingsDone.com and experience it with a new perspective. 

I don't wanna get things done. I wanna get shit done.

P.S. Yes, this is really dumb. But I'm curious if it works.                    

Información Básica de la Extensión

Nombre Getting Sh*t Done Getting Sh*t Done
ID kkmecppijnoojbapkgjbfflmbcamdock
URL Oficial https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock
Descripción Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.
Tamaño del Archivo 30.77 KB
Cantidad de Instalaciones 13
Versión Actual 1.0
Última Actualización 2015-05-19
Fecha de Publicación 2015-05-19
Desarrollador Upgrade Avenue
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Getting Sh*t Done",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.",
    "page_action": [],
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.gettingthingsdone.com\/*",
                "https:\/\/gettingthingsdone.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "mystyles.js"
            ]
        }
    ]
}