ZeroTab - Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Was ist ZeroTab - Empty New Tab Page?
ZeroTab - Empty New Tab Page ist eine Chrome-Erweiterung, die von Yauheni Pakala entwickelt wurde, und ihr Hauptmerkmal ist "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".
Erweiterungsscreenshots
ZeroTab - Empty New Tab Page-Erweiterungs-CRX-Datei herunterladen
Laden Sie ZeroTab - Empty New Tab Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | anbfanbhcjohnkjjccckagjcmolhhdgd |
| Offizielle URL | https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd |
| Beschreibung | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
| Dateigröße | 7.76 KB |
| Installationsanzahl | 25 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2021-12-11 |
| Veröffentlichungsdatum | 2019-03-09 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Yauheni Pakala |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/wcoder/ZeroTab |
| Hilfeseite URL | https://github.com/wcoder/ZeroTab/issues |
| Unterstützte Sprachen | 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"
]
} | |