Close auto-grouped tabs
This extension helps neaten many tabs.
Cos'è Close auto-grouped tabs?
Close auto-grouped tabs è un'estensione di Chrome sviluppata da たてじ丸, e la sua funzione principale è "This extension helps neaten many tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Close auto-grouped tabs
Scarica i file di estensione Close auto-grouped 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
This extension helps neaten many tabs. Please try it to put tabs in apple-pie order! 🚀Features ⭐️The tool groups your tabs by websites. You can close a whole group of tabs. ⭐️It'll let you know with a toolbar badge when you have too many tabs. ⭐️You can undo an operational error of the close of tabs.
Informazioni di Base sull'Estensione
Nome | Close auto-grouped tabs |
ID | dkddbbpphijckdhmlifdhejpeefopmbk |
URL Ufficiale | https://chromewebstore.google.com/detail/close-auto-grouped-tabs/dkddbbpphijckdhmlifdhejpeefopmbk |
Descrizione | This extension helps neaten many tabs. |
Dimensione del File | 36.61 KB |
Conteggio Installazioni | 154 |
Versione Corrente | 2.2.0 |
Ultimo Aggiornamento | 2024-01-04 |
Data di Pubblicazione | 2020-07-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | たてじ丸 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://park15.wakwak.com/~tatejima/ |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "2.2.0", "manifest_version": 3, "description": "__MSG_description__", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "sessions" ], "default_locale": "en" } |