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.                    

拡張機能の基本情報

名前 Getting Sh*t Done Getting Sh*t Done
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"
            ]
        }
    ]
}