Get Something Done
To Do List for indecisive
Was ist Get Something Done?
Get Something Done ist eine Chrome-Erweiterung, die von https://peterjezik.com entwickelt wurde, und ihr Hauptmerkmal ist "To Do List for indecisive".
Erweiterungsscreenshots
Get Something Done-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Something Done-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Get Something Done |
ID | obbbhkbgdidgcdphnodedjcnjplgnlfj |
Offizielle URL | https://chromewebstore.google.com/detail/get-something-done/obbbhkbgdidgcdphnodedjcnjplgnlfj |
Beschreibung | To Do List for indecisive |
Dateigröße | 24.67 KB |
Installationsanzahl | 24 |
Aktuelle Version | 1.3 |
Letztes Update | 2013-06-30 |
Veröffentlichungsdatum | 2013-06-30 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://peterjezik.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |