Tab Box
Tab Manager
Cos'è Tab Box?
Tab Box è un'estensione di Chrome sviluppata da tejkar777, e la sua funzione principale è "Tab Manager".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Box
Scarica i file di estensione Tab Box 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
Tab manager for managing multiple open tabs with simplicity. Tab Box is a tab manager extension for Chrome that helps you manage multiple open tabs while using minimal system resources. Tab Box also comes with the tools for quick navigation to open tabs, and to easily save tabs. User can see the list of all open tabs. User can select multiple tabs and save them. 'Resource' tab will show all the saved tabs title. User can click on the item to open that link.
Informazioni di Base sull'Estensione
Nome | Tab Box |
ID | habiejhoecconkpglffkehpfohefkpjk |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-box/habiejhoecconkpglffkehpfohefkpjk |
Descrizione | Tab Manager |
Dimensione del File | 9.51 KB |
Conteggio Installazioni | 347 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-11-07 |
Data di Pubblicazione | 2021-11-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | tejkar777 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/0c778ee0-1aed-4a34-8716-fba023d236fc |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Box", "description": "Tab Manager", "version": "1.0.0", "manifest_version": 2, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "logo.png" } }, "icons": { "128": "logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com\/11f67e7c0a.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.bundle.min.js; object-src 'self'" } |