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是由Upgrade Avenue开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" ] } ] } |