ZeroTab - 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 ZeroTab - Empty New Tab Page?

ZeroTab - Empty New Tab Page to rozszerzenie Chrome opracowane przez Yauheni Pakala, 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

Pobierz plik CRX rozszerzenia ZeroTab - Empty New Tab Page

Pobierz pliki rozszerzeń ZeroTab - 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
Oficjalny URL https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
Opis With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Rozmiar pliku 7.76 KB
Liczba instalacji 25
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-12-11
Data Publikacji 2019-03-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Yauheni Pakala
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/wcoder/ZeroTab
Adres URL Strony Pomocy https://github.com/wcoder/ZeroTab/issues
Obsługiwane Języki 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"
    ]
}