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.

Vad är Getting Sh*t Done?

Getting Sh*t Done är en Chrome-tillägg utvecklad av Upgrade Avenue, och dess huvudfunktion är "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.".

Ladda ner Getting Sh*t Done-förlängningens CRX-fil

Ladda ner Getting Sh*t Done-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Getting Sh*t Done Getting Sh*t Done
ID kkmecppijnoojbapkgjbfflmbcamdock
Officiell webbadress https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock
Beskrivning Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.
Filstorlek 30.77 KB
Antal Installationer 13
Aktuell Version 1.0
Senast Uppdaterad 2015-05-19
Publiceringsdatum 2015-05-19
Utvecklare Upgrade Avenue
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}