New Tab
Create a blank new tab without any existing content.
Was ist New Tab?
New Tab ist eine Chrome-Erweiterung, die von https://blank-tab.freefinancetools.net entwickelt wurde, und ihr Hauptmerkmal ist "Create a blank new tab without any existing content.".
Erweiterungsscreenshots
New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab-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
Create a blank new tab without any existing content in chrome.
This plugin makes the new tab page complete blank. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iaccodjlnfpdhjncllhaamifeglhhmdj |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab/iaccodjlnfpdhjncllhaamifeglhhmdj |
| Beschreibung | Create a blank new tab without any existing content. |
| Dateigröße | 80.97 KB |
| Installationsanzahl | 2,731 |
| Aktuelle Version | 3.0.1 |
| Letztes Update | 2022-10-12 |
| Veröffentlichungsdatum | 2020-07-15 |
| Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://blank-tab.freefinancetools.net |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://blank-tab.freefinancetools.net |
| Unterstützte Sprachen | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_AppName__",
"version": "3.0.1",
"container": [
"GOOGLE_DRIVE"
],
"offline_enabled": true,
"description": "__MSG_AppDesc__",
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "ui\/newtab.html"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"512": "icons\/icon-512.png"
},
"default_title": "__MSG_AppName__"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"512": "icons\/icon-512.png"
},
"background": {
"service_worker": "\/js\/worker.js"
},
"homepage_url": "https:\/\/blank-tab.freefinancetools.net\/"
} | |