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.
Co je Getting Sh*t Done?
Getting Sh*t Done je rozšíření Chrome vyvinuté Upgrade Avenue, a jeho hlavní funkcí je „Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.“.
Stáhnout soubor CRX rozšíření Getting Sh*t Done
Stáhněte si soubory rozšíření Getting Sh*t Done ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | kkmecppijnoojbapkgjbfflmbcamdock |
Oficiální URL | https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock |
Popis | Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today. |
Velikost souboru | 30.77 KB |
Počet instalací | 13 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-05-19 |
Datum Vydání | 2015-05-19 |
Vývojář | Upgrade Avenue |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |