New Tab Link Collection
New tab page where you can add your favorite and most frequently used links.
O que é New Tab Link Collection?
New Tab Link Collection é uma extensão do Chrome desenvolvida por dreiQBIK, e sua principal característica é "New tab page where you can add your favorite and most frequently used links.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab Link Collection
Baixe arquivos de extensão New Tab Link Collection 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
This extension replaces the new tab page with a nice grid view, where you can add your favorite and most frequently used links. The grid is adjustable to your needs and you can sort your links with headings, groups, icons and colors. You can even use drag and drop to move your lists and list items around. NEW in v1.7: - dark theme updated - icons of previously added links can now be changed
Informações Básicas da Extensão
Nome | New Tab Link Collection |
ID | gophcpnbaafonmeaekpebpdgmmfmnfep |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep |
Descrição | New tab page where you can add your favorite and most frequently used links. |
Tamanho do Arquivo | 983 KB |
Contagem de Instalações | 79 |
Versão Atual | 1.7 |
Última Atualização | 2018-06-22 |
Data de Publicação | 2018-06-22 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | dreiQBIK |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Link Collection", "version": "1.7", "description": "New tab page where you can add your favorite and most frequently used links.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |