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.

Cos'è Getting Sh*t Done?

Getting Sh*t Done è un'estensione di Chrome sviluppata da Upgrade Avenue, e la sua funzione principale è "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.".

Scarica il file CRX dell'estensione Getting Sh*t Done

Scarica i file di estensione Getting Sh*t 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Getting Sh*t Done Getting Sh*t Done
ID kkmecppijnoojbapkgjbfflmbcamdock
URL Ufficiale https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock
Descrizione Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.
Dimensione del File 30.77 KB
Conteggio Installazioni 13
Versione Corrente 1.0
Ultimo Aggiornamento 2015-05-19
Data di Pubblicazione 2015-05-19
Sviluppatore Upgrade Avenue
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}