Typedash
Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.
O que é Typedash?
Typedash é uma extensão do Chrome desenvolvida por https://typedash.io, e sua principal característica é "Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Typedash
Baixe arquivos de extensão Typedash 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
Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.
Informações Básicas da Extensão
Nome | Typedash |
ID | kpmmaampoeceelbjcdacknikchobbpah |
URL Oficial | https://chromewebstore.google.com/detail/typedash/kpmmaampoeceelbjcdacknikchobbpah |
Descrição | Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links. |
Tamanho do Arquivo | 4.63 KB |
Contagem de Instalações | 298 |
Versão Atual | 0.1 |
Última Atualização | 2018-10-08 |
Data de Publicação | 2018-10-08 |
Classificação | 3.60/5 Total de 15 Avaliações |
Desenvolvedor | https://typedash.io |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Typedash", "description": "Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |