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.
Wat is Getting Sh*t Done?
Getting Sh*t Done is een Chrome-extensie ontwikkeld door Upgrade Avenue, en de belangrijkste functie is "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.".
Download het CRX-bestand van de extensie Getting Sh*t Done
Download Getting Sh*t Done-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | kkmecppijnoojbapkgjbfflmbcamdock |
Officiële URL | https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock |
Beschrijving | Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today. |
Bestandsgrootte | 30.77 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-05-19 |
Publicatiedatum | 2015-05-19 |
Ontwikkelaar | Upgrade Avenue |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |