Empty New Tab Page

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

Wat is Empty New Tab Page?

Empty New Tab Page is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Empty New Tab Page

Download Empty New Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
Officiële URL https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
Beschrijving With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Bestandsgrootte 10.61 KB
Aantal Installaties 198,868
Huidige Versie 1.2.0
Laatst Bijgewerkt 2021-09-14
Publicatiedatum 2019-05-13
Beoordeling 4.40/5 Totaal 1183 Beoordelingen
Ontwikkelaar [email protected]
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}