Nuke Tab
Empty new tabs.
Cos'è Nuke Tab?
Nuke Tab è un'estensione di Chrome sviluppata da Casey Rodarmor, e la sua funzione principale è "Empty new tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nuke Tab
Scarica i file di estensione Nuke 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
Nuke Tab replaces the new tab page with a blank page. Let fly the tabs of anarchy 🏴
Informazioni di Base sull'Estensione
Nome | Nuke Tab |
ID | clkioccfgenmgdaibbjajoiebccdpepb |
URL Ufficiale | https://chromewebstore.google.com/detail/nuke-tab/clkioccfgenmgdaibbjajoiebccdpepb |
Descrizione | Empty new tabs. |
Dimensione del File | 36.56 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2021-10-19 |
Data di Pubblicazione | 2019-05-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Casey Rodarmor |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/casey/nuketab |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nuke Tab", "short_name": "Nuke Tab", "description": "Empty new tabs.", "author": "Casey Rodarmor", "version": "0.0.0.3", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } } |