Solid New Tab
Customizable new tab page with focus on utility
O que é Solid New Tab?
Solid New Tab é uma extensão do Chrome desenvolvida por matus.benko, e sua principal característica é "Customizable new tab page with focus on utility".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Solid New Tab
Baixe arquivos de extensão Solid 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
Page shows links organized into the columns. Each link has an icon which is manually chosen from the set of free fontawesome icons. Links are fully customizable through simple settings editor on the options page. It is possible to create multiple environments with different set of links and appearance settings. For the power users the extension also provides keyboard support which is compatible with Vimium extension. In case of issues or feature suggestions please list an issue at https://gitlab.com/matus.benko/solid-new-tab
Informações Básicas da Extensão
Nome | Solid New Tab |
ID | fillnkhhkimbilnofnpjlnfkahbkabld |
URL Oficial | https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld |
Descrição | Customizable new tab page with focus on utility |
Tamanho do Arquivo | 2.09 MB |
Contagem de Instalações | 79 |
Versão Atual | 1.1 |
Última Atualização | 2020-04-05 |
Data de Publicação | 2020-04-05 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | matus.benko |
Tipo de Pagamento | free |
Site da Extensão | https://gitlab.com/matus.benko/solid-new-tab |
URL da Página de Ajuda | https://gitlab.com/matus.benko/solid-new-tab |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Solid New Tab", "description": "Customizable new tab page with focus on utility", "permissions": [ "storage" ], "version": "1.1", "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html#newTab" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |