Get Something Done
To Do List for indecisive
O que é Get Something Done?
Get Something Done é uma extensão do Chrome desenvolvida por https://peterjezik.com, e sua principal característica é "To Do List for indecisive".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Get Something Done
Baixe arquivos de extensão Get Something Done no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Get Something Done |
ID | obbbhkbgdidgcdphnodedjcnjplgnlfj |
URL Oficial | https://chromewebstore.google.com/detail/get-something-done/obbbhkbgdidgcdphnodedjcnjplgnlfj |
Descrição | To Do List for indecisive |
Tamanho do Arquivo | 24.67 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.3 |
Última Atualização | 2013-06-30 |
Data de Publicação | 2013-06-30 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://peterjezik.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |