New Tab No Doodles

Remove Google doodles from the new tab page.

Was ist New Tab No Doodles?

New Tab No Doodles ist eine Chrome-Erweiterung, die von Gaston Lagaffe entwickelt wurde, und ihr Hauptmerkmal ist "Remove Google doodles from the new tab page.".

Erweiterungsscreenshots

screenshot
screenshot

New Tab No Doodles-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Tab No Doodles-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 extension replaces the new tab page with a page that aims to remain visually similar to the new tab page but without any Google doodles.

NOTE: Personalized and dynamic aspects of the new tab page (such as themes, wallpapers and shortcuts) are not supported.                    

Grundlegende Informationen zur Erweiterung

Name New Tab No Doodles New Tab No Doodles
ID elinkdhiglllcjpdilenamlilknhbppj
Offizielle URL https://chromewebstore.google.com/detail/new-tab-no-doodles/elinkdhiglllcjpdilenamlilknhbppj
Beschreibung Remove Google doodles from the new tab page.
Dateigröße 27.28 KB
Installationsanzahl 2,222
Aktuelle Version 1.1.2
Letztes Update 2023-08-25
Veröffentlichungsdatum 2022-06-19
Bewertung 4.84/5 Insgesamt 19 Bewertungen
Entwickler Gaston Lagaffe
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab No Doodles",
    "description": "Remove Google doodles from the new tab page.",
    "version": "1.1.2",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "seedling48.png",
        "128": "seedling128.png"
    }
}