New Tab No Doodles

Remove Google doodles from the new tab page.

Hvad er New Tab No Doodles?

New Tab No Doodles er en Chrome-udvidelse udviklet af Gaston Lagaffe, og dens hovedfunktion er "Remove Google doodles from the new tab page.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download New Tab No Doodles-udvidelses-CRX-fil

Download New Tab No Doodles-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn New Tab No Doodles New Tab No Doodles
ID elinkdhiglllcjpdilenamlilknhbppj
Officiel URL https://chromewebstore.google.com/detail/new-tab-no-doodles/elinkdhiglllcjpdilenamlilknhbppj
Beskrivelse Remove Google doodles from the new tab page.
Filstørrelse 27.28 KB
Antal Installationer 2,222
Nuværende Version 1.1.2
Senest Opdateret 2023-08-25
Udgivelsesdato 2022-06-19
Bedømmelse 4.84/5 Samlet 19 Bedømmelser
Udvikler Gaston Lagaffe
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}