Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
O que é Empty New Tab Page?
Empty New Tab Page é uma extensão do Chrome desenvolvida por [email protected], e sua principal característica é "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Empty New Tab Page
Baixe arquivos de extensão Empty 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
For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex. Version 1.2.0 adds dark mode support.
Informações Básicas da Extensão
Nome | Empty New Tab Page |
ID | dpjamkmjmigaoobjbekmfgabipmfilij |
URL Oficial | https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij |
Descrição | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
Tamanho do Arquivo | 10.61 KB |
Contagem de Instalações | 198,868 |
Versão Atual | 1.2.0 |
Última Atualização | 2021-09-14 |
Data de Publicação | 2019-05-13 |
Classificação | 4.40/5 Total de 1183 Avaliações |
Desenvolvedor | [email protected] |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Empty New Tab Page", "version": "1.2.0", "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "empty_ntp.html" } } |