Empty New Tab Page

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

Co to jest Empty New Tab Page?

Empty New Tab Page to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Empty New Tab Page

Pobierz pliki rozszerzeń Empty New Tab Page 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
Oficjalny URL https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
Opis With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Rozmiar pliku 10.61 KB
Liczba instalacji 198,868
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2021-09-14
Data Publikacji 2019-05-13
Ocena 4.40/5 Łącznie 1183 Oceny
Deweloper [email protected]
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}