New Tab No Doodles

Remove Google doodles from the new tab page.

Co to jest New Tab No Doodles?

New Tab No Doodles to rozszerzenie Chrome opracowane przez Gaston Lagaffe, a jego główną funkcją jest „Remove Google doodles from the new tab page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia New Tab No Doodles

Pobierz pliki rozszerzeń New Tab No Doodles w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa New Tab No Doodles New Tab No Doodles
ID elinkdhiglllcjpdilenamlilknhbppj
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-no-doodles/elinkdhiglllcjpdilenamlilknhbppj
Opis Remove Google doodles from the new tab page.
Rozmiar pliku 27.28 KB
Liczba instalacji 2,222
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2023-08-25
Data Publikacji 2022-06-19
Ocena 4.84/5 Łącznie 19 Oceny
Deweloper Gaston Lagaffe
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}