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 là gì?

Getting Sh*t Done là một tiện ích mở rộng Chrome được phát triển bởi Upgrade Avenue, và tính năng chính của nó là "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.".

Tải xuống tệp CRX của tiện ích mở rộng Getting Sh*t Done

Tải xuống các tệp mở rộng Getting Sh*t Done dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Getting Sh*t Done Getting Sh*t Done
ID kkmecppijnoojbapkgjbfflmbcamdock
URL Chính Thức https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock
Mô tả Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.
Kích Thước Tệp 30.77 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-05-19
Ngày Phát Hành 2015-05-19
Nhà Phát Triển Upgrade Avenue
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}