Simple Tab Manager
Simple tab manager that allows you to easily manage and sort tabs.
Cos'è Simple Tab Manager?
Simple Tab Manager è un'estensione di Chrome sviluppata da albin.carlsson1503, e la sua funzione principale è "Simple tab manager that allows you to easily manage and sort tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Tab Manager
Scarica i file di estensione Simple Tab Manager 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
Functionality: Windows: - Open and close windows - Minimize and maximize windows - Add new tab to window - Customize the title and color of the window (UI only) Tabs: - Open and close tabs - Pin and unpin tabs - Mute and unmute tabs - Move tabs within and between windows - Select multiple tabs at once with Right-Click or Ctrl+Click - Sort tabs by title or url - Filter tabs by search Other: - Supports dark mode - Supports a more compact view (grid view)
Informazioni di Base sull'Estensione
Nome | Simple Tab Manager |
ID | mdfbfcbfcohpbdicnpdpcdioggfdddlc |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-tab-manager/mdfbfcbfcohpbdicnpdpcdioggfdddlc |
Descrizione | Simple tab manager that allows you to easily manage and sort tabs. |
Dimensione del File | 123 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2023-07-10 |
Data di Pubblicazione | 2021-12-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | albin.carlsson1503 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/EpicAlbin03/Simple-Tab-Manager |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Tab Manager", "description": "Simple tab manager that allows you to easily manage and sort tabs.", "version": "2.0.1", "manifest_version": 3, "icons": { "16": ".\/images\/icon-16x16.png", "32": ".\/images\/icon-32x32.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" }, "action": { "default_popup": "index.html", "default_icons": { "16": ".\/images\/icon-16x16.png", "32": ".\/images\/icon-32x32.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "storage" ] } |