ZeroTab - Empty New Tab Page

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

¿Qué es ZeroTab - Empty New Tab Page?

ZeroTab - Empty New Tab Page es una extensión de Chrome desarrollada por Yauheni Pakala, y su función principal es "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ZeroTab - Empty New Tab Page

Descarga archivos de extensión ZeroTab - Empty New Tab Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Tamaño del Archivo 7.76 KB
Cantidad de Instalaciones 25
Versión Actual 1.0.1
Última Actualización 2021-12-11
Fecha de Publicación 2019-03-09
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Yauheni Pakala
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/wcoder/ZeroTab
URL de la Página de Ayuda https://github.com/wcoder/ZeroTab/issues
Idiomas Soportados 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"
    ]
}