ZeroTab - Empty New Tab Page

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

Wat is ZeroTab - Empty New Tab Page?

ZeroTab - Empty New Tab Page is een Chrome-extensie ontwikkeld door Yauheni Pakala, en de belangrijkste functie is "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ZeroTab - Empty New Tab Page

Download ZeroTab - Empty New Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
Officiële URL https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
Beschrijving With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Bestandsgrootte 7.76 KB
Aantal Installaties 25
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-12-11
Publicatiedatum 2019-03-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Yauheni Pakala
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/wcoder/ZeroTab
Help Pagina-URL https://github.com/wcoder/ZeroTab/issues
Ondersteunde Talen 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"
    ]
}