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.

Apa itu Getting Sh*t Done?

Getting Sh*t Done adalah ekstensi Chrome yang dikembangkan oleh Upgrade Avenue, dan fitur utamanya adalah "Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.".

Unduh Berkas CRX Ekstensi Getting Sh*t Done

Unduh file ekstensi Getting Sh*t Done dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Getting Sh*t Done Getting Sh*t Done
ID kkmecppijnoojbapkgjbfflmbcamdock
URL Resmi https://chrome.google.com/webstore/detail/getting-sht-done/kkmecppijnoojbapkgjbfflmbcamdock
Deskripsi Sometimes you wanna get shit done. But that's easier said than done. Now learn how to Get Shit Done today.
Ukuran File 30.77 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-05-19
Tanggal Publikasi 2015-05-19
Pengembang Upgrade Avenue
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}