New Tab
Create a blank new tab without any existing content.
Wat is New Tab?
New Tab is een Chrome-extensie ontwikkeld door https://blank-tab.freefinancetools.net, en de belangrijkste functie is "Create a blank new tab without any existing content.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab
Download New Tab-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
Create a blank new tab without any existing content in chrome. This plugin makes the new tab page complete blank.
Basisinformatie over de Extensie
Naam | New Tab |
ID | iaccodjlnfpdhjncllhaamifeglhhmdj |
Officiële URL | https://chromewebstore.google.com/detail/new-tab/iaccodjlnfpdhjncllhaamifeglhhmdj |
Beschrijving | Create a blank new tab without any existing content. |
Bestandsgrootte | 80.97 KB |
Aantal Installaties | 2,731 |
Huidige Versie | 3.0.1 |
Laatst Bijgewerkt | 2022-10-12 |
Publicatiedatum | 2020-07-15 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://blank-tab.freefinancetools.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://blank-tab.freefinancetools.net |
Ondersteunde Talen | 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\/" } |