Todoist New Tab
Override the new tab page with todoist.com
O que é Todoist New Tab?
Todoist New Tab é uma extensão do Chrome desenvolvida por dicknaniel, e sua principal característica é "Override the new tab page with todoist.com".
Baixar o arquivo CRX da Extensão Todoist New Tab
Baixe arquivos de extensão Todoist New Tab 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
To help keep us on track, this extension changes the new tab page to todoist.com - in an effort to reduce random web browsing. To quickly access the omnibox (url bar) after new tab opens, press CMD+L or CTRL+L.
Informações Básicas da Extensão
Nome | Todoist New Tab |
ID | llkkhbnadepleglebnkgdmidmocbclel |
URL Oficial | https://chromewebstore.google.com/detail/todoist-new-tab/llkkhbnadepleglebnkgdmidmocbclel |
Descrição | Override the new tab page with todoist.com |
Tamanho do Arquivo | 12.46 KB |
Contagem de Instalações | 173 |
Versão Atual | 0.1 |
Última Atualização | 2016-11-30 |
Data de Publicação | 2016-11-29 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | dicknaniel |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Todoist New Tab", "description": "Override the new tab page with todoist.com", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |