ZeroTab - Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

O que é ZeroTab - Empty New Tab Page?

ZeroTab - Empty New Tab Page é uma extensão do Chrome desenvolvida por Yauheni Pakala, 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

screenshot

Baixar o arquivo CRX da Extensão ZeroTab - Empty New Tab Page

Baixe arquivos de extensão ZeroTab - 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

                        With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.                    

Informações Básicas da Extensão

Nome ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
URL Oficial https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
Descrição With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Tamanho do Arquivo 7.76 KB
Contagem de Instalações 25
Versão Atual 1.0.1
Última Atualização 2021-12-11
Data de Publicação 2019-03-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Yauheni Pakala
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/wcoder/ZeroTab
URL da Página de Ajuda https://github.com/wcoder/ZeroTab/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZeroTab - Empty New Tab Page",
    "version": "1.0.1",
    "short_name": "ZeroTab",
    "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": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}