Empty New Tab Page

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

¿Qué es Empty New Tab Page?

Empty New Tab Page es una extensión de Chrome desarrollada por [email protected], 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
screenshot

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

Descarga archivos de extensión 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

                        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.                    

Información Básica de la Extensión

Nombre Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
URL Oficial https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
Descripción With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Tamaño del Archivo 10.61 KB
Cantidad de Instalaciones 198,868
Versión Actual 1.2.0
Última Actualización 2021-09-14
Fecha de Publicación 2019-05-13
Calificación 4.40/5 Total de 1183 Calificaciones
Desarrollador [email protected]
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}