Blank New Tab Page
Override the default new tab page with blank page.
O que é Blank New Tab Page?
Blank New Tab Page é uma extensão do Chrome desenvolvida por Jarek Foksa, e sua principal característica é "Override the default new tab page with blank page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blank New Tab Page
Baixe arquivos de extensão Blank New Tab Page 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 prevents "Google search" page from showing up when you open a new tab. You can also disable the "Sign in to Chrome" page that is shown when you open a new Chrome window, just go to "chrome://settings" page, choose "Open a specific page or set of pages" and enter "chrome://newtab".
Informações Básicas da Extensão
Nome | Blank New Tab Page |
ID | jaadjnlkjnhohljficgoddcjmndjfdmi |
URL Oficial | https://chromewebstore.google.com/detail/blank-new-tab-page/jaadjnlkjnhohljficgoddcjmndjfdmi |
Descrição | Override the default new tab page with blank page. |
Tamanho do Arquivo | 4.4 KB |
Contagem de Instalações | 50,000 |
Versão Atual | 1.2 |
Última Atualização | 2023-12-12 |
Data de Publicação | 2016-03-23 |
Classificação | 4.50/5 Total de 46 Avaliações |
Desenvolvedor | Jarek Foksa |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://boxy-svg.com/legal |
Idiomas Suportados | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "blank.html" }, "description": "Override the default new tab page with blank page.", "icons": { "128": "icon-128.png", "38": "icon-38.png" }, "incognito": "split", "manifest_version": 3, "name": "Blank New Tab Page", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |