Auto-Close New Tabs
Allow only one new tab page at a time.
Cos'è Auto-Close New Tabs?
Auto-Close New Tabs è un'estensione di Chrome sviluppata da eliasedgren1, e la sua funzione principale è "Allow only one new tab page at a time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto-Close New Tabs
Scarica i file di estensione Auto-Close New Tabs 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
Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.
Informazioni di Base sull'Estensione
Nome | Auto-Close New Tabs |
ID | flenhhkdfknhebichfkhmefaoembifcm |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm |
Descrizione | Allow only one new tab page at a time. |
Dimensione del File | 28.04 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2021-12-29 |
Data di Pubblicazione | 2021-12-27 |
Sviluppatore | eliasedgren1 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto-Close New Tabs", "version": "0.0.0.2", "description": "Allow only one new tab page at a time.", "manifest_version": 3, "incognito": "not_allowed", "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |