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.

O que é Getting Sh*t Done?

Getting Sh*t Done é uma extensão do Chrome desenvolvida por Upgrade Avenue, e sua principal característica é "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.".

Baixar o arquivo CRX da Extensão Getting Sh*t Done

Baixe arquivos de extensão Getting Sh*t Done no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Getting Sh*t Done Getting Sh*t Done
ID kkmecppijnoojbapkgjbfflmbcamdock
URL Oficial https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock
Descrição Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.
Tamanho do Arquivo 30.77 KB
Contagem de Instalações 13
Versão Atual 1.0
Última Atualização 2015-05-19
Data de Publicação 2015-05-19
Desenvolvedor Upgrade Avenue
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}