New Tab No Shortcuts
Replaces the New Tab page with google.com.
O que é New Tab No Shortcuts?
New Tab No Shortcuts é uma extensão do Chrome desenvolvida por amiller, e sua principal característica é "Replaces the New Tab page with google.com.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab No Shortcuts
Baixe arquivos de extensão New Tab No Shortcuts 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 standard new tab page with google.com. All new windows and tabs will open directly to google.com. This is for people who don't want to worry about which frequently visited sites may show up on the new tab page, or who would prefer all new tabs to open directly to google.com.
Informações Básicas da Extensão
Nome | New Tab No Shortcuts |
ID | hckndkmfhfpjdnagcgdahfipkhhahbfk |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk |
Descrição | Replaces the New Tab page with google.com. |
Tamanho do Arquivo | 8.82 KB |
Contagem de Instalações | 118 |
Versão Atual | 1.1 |
Última Atualização | 2020-02-02 |
Data de Publicação | 2020-01-29 |
Desenvolvedor | amiller |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab No Shortcuts", "short_name": "New Tab No Shortcuts", "version": "1.1", "minimum_chrome_version": "29", "description": "Replaces the New Tab page with google.com.", "author": "Andrew Miller", "icons": { "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "new-tab.html" } } |