Tabula (New Tab To-do List)
Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.
O que é Tabula (New Tab To-do List)?
Tabula (New Tab To-do List) é uma extensão do Chrome desenvolvida por Joao Antunes, e sua principal característica é "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tabula (New Tab To-do List)
Baixe arquivos de extensão Tabula (New Tab To-do List) 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
Main features: - Replaces New Tab Page with a list of to-do items. - Synchronized to-do items across your google chrome instances. - Ability to access old to-do items (Show Previous Entries). - Searchable to-do items. - Editable to-do items in place. - Automatically populates today's entry with unfinished to-do items. - Random background (our of 6, more coming).
Informações Básicas da Extensão
Nome | Tabula (New Tab To-do List) |
ID | pnadejonabhdibgdmgfcomljhddlpfcc |
URL Oficial | https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc |
Descrição | Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync. |
Tamanho do Arquivo | 5.94 MB |
Contagem de Instalações | 1,185 |
Versão Atual | 0.0.9 |
Última Atualização | 2018-03-07 |
Data de Publicação | 2018-03-06 |
Classificação | 4.33/5 Total de 15 Avaliações |
Desenvolvedor | Joao Antunes |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jasantunes/Tabula |
URL da Página de Ajuda | https://github.com/jasantunes/Tabula |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabula (New Tab To-do List)", "short_name": "Tabula", "version": "0.0.9", "description": "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "homepage_url": "https:\/\/github.com\/jasantunes\/Tabula", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "identity" ] } |