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.
ما هو Getting Sh*t Done؟
Getting Sh*t Done هو إضافة Chrome تم تطويرها بواسطة Upgrade Avenue، والميزة الرئيسية لها هي "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.".
تحميل ملف CRX للإضافة Getting Sh*t Done
قم بتنزيل ملفات الامتداد Getting Sh*t Done بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | kkmecppijnoojbapkgjbfflmbcamdock |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock |
الوصف | Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today. |
حجم الملف | 30.77 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-05-19 |
تاريخ النشر | 2015-05-19 |
المطور | Upgrade Avenue |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |