Quick New Tab
Displays new tabs with a blank page and a title of New Tab.
O que é Quick New Tab?
Quick New Tab é uma extensão do Chrome desenvolvida por Dan Hersam, e sua principal característica é "Displays new tabs with a blank page and a title of New Tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick New Tab
Baixe arquivos de extensão Quick 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
The fastest way to open a new tab. No more recent web sites or anything else to slow it down. This shows a clean, blank page with the title of New Tab. No permissions required. The source code is here: https://github.com/jaden/quick-new-tab
Informações Básicas da Extensão
Nome | Quick New Tab |
ID | jckhphckflmhijknilbdgpdjjkehbhpm |
URL Oficial | https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm |
Descrição | Displays new tabs with a blank page and a title of New Tab. |
Tamanho do Arquivo | 9.97 KB |
Contagem de Instalações | 45 |
Versão Atual | 1.0.3 |
Última Atualização | 2024-01-19 |
Data de Publicação | 2014-04-24 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Dan Hersam |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://snapmagic.net/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quick New Tab", "description": "Displays new tabs with a blank page and a title of New Tab.", "version": "1.0.3", "chrome_url_overrides": { "newtab": "quick_new_tab.html" }, "icons": { "128": "icon.png" } } |