TabGroups
Provides organisational control over related tabs
Cos'è TabGroups?
TabGroups è un'estensione di Chrome sviluppata da Peter Mareš, e la sua funzione principale è "Provides organisational control over related tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabGroups
Scarica i file di estensione TabGroups 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
A Google Chrome extension that gives you organisational control over your related browser tabs Features The extension gives you the following options to manage your tabs: Current window - Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending) - Move all similar tabs (to the current page) in the current window to a new window. - Close all similar tabs (to the current page) in the current window. All windows - Move all similar tabs (to the current page) from all windows to a new window. - Close all similar tabs (to the current page) from all windows
Informazioni di Base sull'Estensione
Nome | TabGroups |
ID | hfdbgapillniicojjolojgafipcjkeji |
URL Ufficiale | https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji |
Descrizione | Provides organisational control over related tabs |
Dimensione del File | 14.71 KB |
Conteggio Installazioni | 113 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2014-06-19 |
Data di Pubblicazione | 2014-06-18 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Peter Mareš |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabGroups", "description": "Provides organisational control over related tabs", "version": "0.1.0", "author": "Peter Mares", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "menuhandler.js" ] } } |