Q Todo
A minimal todo list app that opens with the click of a button.
O que é Q Todo?
Q Todo é uma extensão do Chrome desenvolvida por Query, e sua principal característica é "A minimal todo list app that opens with the click of a button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Q Todo
Baixe arquivos de extensão Q Todo 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
Q Todo is a clean, minimal todo app that opens in an extension popup and syncs accross devices for the easiest user interaction possible. Q Todo is completely free. No hidden costs, no "premium only" features, nothing. It's completely free and completely open source, for anyone to use.
Informações Básicas da Extensão
Nome | Q Todo |
ID | gjohihdledaphmnmelialnhkkehommdk |
URL Oficial | https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk |
Descrição | A minimal todo list app that opens with the click of a button. |
Tamanho do Arquivo | 10.21 KB |
Contagem de Instalações | 364 |
Versão Atual | 1.0.3 |
Última Atualização | 2019-04-11 |
Data de Publicação | 2019-04-11 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | Query |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Q Todo", "description": "A minimal todo list app that opens with the click of a button.", "version": "1.0.3", "permissions": [ "declarativeContent", "storage", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ], "background": { "page": "bg.html" }, "incognito": "split", "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Q Todo" }, "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |