Get Something Done

To Do List for indecisive

Apa itu Get Something Done?

Get Something Done adalah ekstensi Chrome yang dikembangkan oleh https://peterjezik.com, dan fitur utamanya adalah "To Do List for indecisive".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Get Something Done

Unduh file ekstensi Get Something 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

                        It is kind of anti-procrastination pill.

Problem:
You don't know which of the tasks you should do next, because none of them looks like the right one to do right now...and you are deciding and deciding forever...and the time passes by...

Solution:
Let the computer choose the task for you. And then just do it.

Because it is better to do something (anything) than do nothing.                    

Informasi Dasar Ekstensi

Nama Get Something Done Get Something Done
ID obbbhkbgdidgcdphnodedjcnjplgnlfj
URL Resmi https://chromewebstore.google.com/detail/get-something-done/obbbhkbgdidgcdphnodedjcnjplgnlfj
Deskripsi To Do List for indecisive
Ukuran File 24.67 KB
Jumlah Instalasi 24
Versi Saat Ini 1.3
Terakhir Diperbarui 2013-06-30
Tanggal Publikasi 2013-06-30
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://peterjezik.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Something Done",
    "version": "1.3",
    "manifest_version": 2,
    "description": "To Do List for indecisive",
    "options_page": "options.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "task.html"
    }
}