New Tab Page - Empty And Grey

With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.

Was ist New Tab Page - Empty And Grey?

New Tab Page - Empty And Grey ist eine Chrome-Erweiterung, die von ibrasaymeh entwickelt wurde, und ihr Hauptmerkmal ist "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.".

Erweiterungsscreenshots

screenshot

New Tab Page - Empty And Grey-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Tab Page - Empty And Grey-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

                        This is ideal for those who don't want to worry about which recently visited pages will show up on the new tab page, and who prefer a plain dark page over a noisy and complex one.                    

Grundlegende Informationen zur Erweiterung

Name New Tab Page - Empty And Grey New Tab Page - Empty And Grey
ID mlhjffgheoihilfchfjplpjkfejgobgf
Offizielle URL https://chromewebstore.google.com/detail/new-tab-page-empty-and-gr/mlhjffgheoihilfchfjplpjkfejgobgf
Beschreibung With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.
Dateigröße 3.86 KB
Installationsanzahl 64
Aktuelle Version 1.1
Letztes Update 2018-11-27
Veröffentlichungsdatum 2018-11-26
Entwickler ibrasaymeh
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "ntp_empty_grey.html"
    },
    "description": "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "New Tab Page - Empty And Grey",
    "version": "1.1"
}