Close My Tabs
Close all open tabs at once !!
Cos'è Close My Tabs?
Close My Tabs è un'estensione di Chrome sviluppata da intrendchrome, e la sua funzione principale è "Close all open tabs at once !!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Close My Tabs
Scarica i file di estensione Close My 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
Too many tabs open? Close My Tabs will close them all at once with the click of a button. You can also set it to ask you before closing all the tabs. Just go to options and set the proper settings.
Informazioni di Base sull'Estensione
Nome | |
ID | nogodmiaohiadblfhmhibfmohlcmdpbh |
URL Ufficiale | https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh |
Descrizione | Close all open tabs at once !! |
Dimensione del File | 97.71 KB |
Conteggio Installazioni | 767 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-01-16 |
Data di Pubblicazione | 2014-01-16 |
Valutazione | 4.44/5 Totale 9 Valutazioni |
Sviluppatore | intrendchrome |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close My Tabs", "description": "Close all open tabs at once !!", "version": "1.0", "manifest_version": 2, "browser_action": { "default_title": "", "default_icon": "CloseMyTabs_Icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html" } |