ZeroTab - Empty New Tab Page

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

Qu'est-ce que ZeroTab - Empty New Tab Page ?

ZeroTab - Empty New Tab Page est une extension Chrome développée par Yauheni Pakala, et sa fonction principale est "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ZeroTab - Empty New Tab Page

Téléchargez les fichiers d'extension ZeroTab - Empty New Tab Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
URL Officiel https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
Description With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Taille du Fichier 7.76 KB
Nombre d'Installations 25
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-12-11
Date de Publication 2019-03-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur Yauheni Pakala
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/wcoder/ZeroTab
URL de la Page d'Aide https://github.com/wcoder/ZeroTab/issues
Langues Prises en Charge 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"
    ]
}