Get Something Done

To Do List for indecisive

Co to jest Get Something Done?

Get Something Done to rozszerzenie Chrome opracowane przez https://peterjezik.com, a jego główną funkcją jest „To Do List for indecisive”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Get Something Done

Pobierz pliki rozszerzeń Get Something Done w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Get Something Done Get Something Done
ID obbbhkbgdidgcdphnodedjcnjplgnlfj
Oficjalny URL https://chromewebstore.google.com/detail/get-something-done/obbbhkbgdidgcdphnodedjcnjplgnlfj
Opis To Do List for indecisive
Rozmiar pliku 24.67 KB
Liczba instalacji 24
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2013-06-30
Data Publikacji 2013-06-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://peterjezik.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}