Get Something Done

To Do List for indecisive

What is Get Something Done?

Get Something Done is a Chrome extension developed by https://peterjezik.com, and its main feature is "To Do List for indecisive".

Extension Screenshots

screenshot
screenshot

Download Get Something Done Extension CRX File

Download Get Something Done extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Get Something Done Get Something Done
ID obbbhkbgdidgcdphnodedjcnjplgnlfj
Official URL https://chromewebstore.google.com/detail/get-something-done/obbbhkbgdidgcdphnodedjcnjplgnlfj
Description To Do List for indecisive
File Size 24.67 KB
Installation Count 24
Current Version 1.3
Last Updated 2013-06-30
Publish Date 2013-06-30
Rating 5.00/5 Total 2 Ratings
Developer https://peterjezik.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}