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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |