Get Something Done

To Do List for indecisive

Vad är Get Something Done?

Get Something Done är en Chrome-tillägg utvecklad av https://peterjezik.com, och dess huvudfunktion är "To Do List for indecisive".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Get Something Done-förlängningens CRX-fil

Ladda ner Get Something Done-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Get Something Done Get Something Done
ID obbbhkbgdidgcdphnodedjcnjplgnlfj
Officiell webbadress https://chromewebstore.google.com/detail/get-something-done/obbbhkbgdidgcdphnodedjcnjplgnlfj
Beskrivning To Do List for indecisive
Filstorlek 24.67 KB
Antal Installationer 24
Aktuell Version 1.3
Senast Uppdaterad 2013-06-30
Publiceringsdatum 2013-06-30
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://peterjezik.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}