Kloser
Close all tabs and open default tab
Cos'è Kloser?
Kloser è un'estensione di Chrome sviluppata da Aleksey Ivashin, e la sua funzione principale è "Close all tabs and open default tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kloser
Scarica i file di estensione Kloser 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
Simple extension for closing all tabs in active window and opening New Tab Page or your selected page. You can edit settings of this extension, such as you can choose preferred tab which will be opened after using the extension and you can set will be extension close pinned tabs. Use the shortcut: Ctrl + Q
Informazioni di Base sull'Estensione
Nome | Kloser |
ID | joanfadldlkgclnmonllgcbnepcbfepk |
URL Ufficiale | https://chromewebstore.google.com/detail/kloser/joanfadldlkgclnmonllgcbnepcbfepk |
Descrizione | Close all tabs and open default tab |
Dimensione del File | 9.99 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2023-12-06 |
Data di Pubblicazione | 2017-04-20 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Aleksey Ivashin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kloser", "author": "Aleksey Ivashin", "description": "Close all tabs and open default tab", "version": "3.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q", "chromeos": "Ctrl+Q", "linux": "Ctrl+Q" } } }, "options_ui": { "page": "options\/options.html" }, "action": { "default_title": "Kloser", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_security_policy": [] } |