New Tab
Create a blank new tab without any existing content.
Cos'è New Tab?
New Tab è un'estensione di Chrome sviluppata da https://blank-tab.freefinancetools.net, e la sua funzione principale è "Create a blank new tab without any existing content.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab
Scarica i file di estensione New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Create a blank new tab without any existing content in chrome.
This plugin makes the new tab page complete blank. Informazioni di Base sull'Estensione
| Nome | |
| ID | iaccodjlnfpdhjncllhaamifeglhhmdj |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab/iaccodjlnfpdhjncllhaamifeglhhmdj |
| Descrizione | Create a blank new tab without any existing content. |
| Dimensione del File | 80.97 KB |
| Conteggio Installazioni | 2,731 |
| Versione Corrente | 3.0.1 |
| Ultimo Aggiornamento | 2022-10-12 |
| Data di Pubblicazione | 2020-07-15 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://blank-tab.freefinancetools.net |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://blank-tab.freefinancetools.net |
| Lingue Supportate | 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\/"
} | |