New Tab URL
Use a custom URL as the New Tab page without losing address bar focus
O que é New Tab URL?
New Tab URL é uma extensão do Chrome desenvolvida por Matthias Vogt, e sua principal característica é "Use a custom URL as the New Tab page without losing address bar focus".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab URL
Baixe arquivos de extensão New Tab URL 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
Choose a custom URL to be displayed on the New Tab page. The address bar stays focused when opening a new tab.
Informações Básicas da Extensão
Nome | New Tab URL |
ID | fjmejipbaegkajpfkghaapfhdempldpd |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-url/fjmejipbaegkajpfkghaapfhdempldpd |
Descrição | Use a custom URL as the New Tab page without losing address bar focus |
Tamanho do Arquivo | 488 KB |
Contagem de Instalações | 430 |
Versão Atual | 0.1.2 |
Última Atualização | 2022-10-10 |
Data de Publicação | 2016-04-17 |
Classificação | 4.54/5 Total de 13 Avaliações |
Desenvolvedor | Matthias Vogt |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/matthias-vogt/new-tab-url |
URL da Página de Ajuda | https://github.com/matthias-vogt/new-tab-url |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab URL", "description": "Use a custom URL as the New Tab page without losing address bar focus", "version": "0.1.2", "chrome_url_overrides": { "newtab": "new-tab.html" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "New Tab URL" }, "permissions": [ "storage", "file:\/\/\/*" ], "manifest_version": 2 } |