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'est-ce que Getting Sh*t Done ?

Getting Sh*t Done est une extension Chrome développée par Upgrade Avenue, et sa fonction principale est "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.".

Télécharger le fichier CRX de l'extension Getting Sh*t Done

Téléchargez les fichiers d'extension Getting Sh*t Done au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Getting Sh*t Done Getting Sh*t Done
ID kkmecppijnoojbapkgjbfflmbcamdock
URL Officiel https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock
Description Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.
Taille du Fichier 30.77 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2015-05-19
Date de Publication 2015-05-19
Développeur Upgrade Avenue
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}