ZeroTab - Empty New Tab Page

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

Co je ZeroTab - Empty New Tab Page?

ZeroTab - Empty New Tab Page je rozšíření Chrome vyvinuté Yauheni Pakala, 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

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

Stáhněte si soubory rozšíření ZeroTab - 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í

                        With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.                    

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

Název ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
Oficiální URL https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
Popis With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Velikost souboru 7.76 KB
Počet instalací 25
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-12-11
Datum Vydání 2019-03-09
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Yauheni Pakala
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/wcoder/ZeroTab
URL Stránky Nápovědy https://github.com/wcoder/ZeroTab/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZeroTab - Empty New Tab Page",
    "version": "1.0.1",
    "short_name": "ZeroTab",
    "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": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}