Empty New Tab Page

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

Co je Empty New Tab Page?

Empty New Tab Page je rozšíření Chrome vyvinuté [email protected], a jeho hlavní funkcí je „With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Empty New Tab Page

Stáhněte si soubory rozšíření Empty New Tab Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
Oficiální URL https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
Popis With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Velikost souboru 10.61 KB
Počet instalací 198,868
Aktuální Verze 1.2.0
Poslední Aktualizace 2021-09-14
Datum Vydání 2019-05-13
Hodnocení 4.40/5 Celkem 1183 Hodnocení
Vývojář [email protected]
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}