Empty New Tab Page

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

Was ist Empty New Tab Page?

Empty New Tab Page ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

Erweiterungsscreenshots

screenshot
screenshot

Empty New Tab Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Empty New Tab Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
Offizielle URL https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
Beschreibung With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Dateigröße 10.61 KB
Installationsanzahl 198,868
Aktuelle Version 1.2.0
Letztes Update 2021-09-14
Veröffentlichungsdatum 2019-05-13
Bewertung 4.40/5 Insgesamt 1183 Bewertungen
Entwickler [email protected]
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}