TODOs
Simple to do list in minimalist visual aesthetics
O que é TODOs?
TODOs é uma extensão do Chrome desenvolvida por Adrian, e sua principal característica é "Simple to do list in minimalist visual aesthetics".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TODOs
Baixe arquivos de extensão TODOs 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
**We are in beta! Would appreciate a lot if you can message us for any thoughts/ suggestions.** Update 0.0.2: Improved layout and formatting. A simple to do list designed in minimalist visual aesthetics. Organize: Tasks can be grouped with bold colors so that they are quickly accessible, not drawing your attention away from the task at-hand. Declutter: A straightforward, no-bs approach to oragnizing your day-to-day tasks. All tasks are grouped into two folders: TODOs and DONEs. No excessive buttons and obscure features. Sync: Tasks are always synced across different devices, as long as the extension is linked with the same Google account. Manage your to do list anywhere, anytime.
Informações Básicas da Extensão
Nome | TODOs |
ID | jgdooaneldcgnpiaaiajmkdhapdoghcg |
URL Oficial | https://chromewebstore.google.com/detail/todos/jgdooaneldcgnpiaaiajmkdhapdoghcg |
Descrição | Simple to do list in minimalist visual aesthetics |
Tamanho do Arquivo | 11.33 KB |
Contagem de Instalações | 18 |
Versão Atual | 0.0.2 |
Última Atualização | 2018-02-03 |
Data de Publicação | 2018-02-02 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Adrian |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TODOs", "description": "Simple to do list in minimalist visual aesthetics", "version": "0.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "TODOs" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "styles\/contentscript.css", "SourceSansPro.ttf" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |