TabGroups
Provides organisational control over related tabs
O que é TabGroups?
TabGroups é uma extensão do Chrome desenvolvida por Peter Mareš, e sua principal característica é "Provides organisational control over related tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TabGroups
Baixe arquivos de extensão TabGroups no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | TabGroups |
ID | hfdbgapillniicojjolojgafipcjkeji |
URL Oficial | https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji |
Descrição | Provides organisational control over related tabs |
Tamanho do Arquivo | 14.71 KB |
Contagem de Instalações | 113 |
Versão Atual | 0.1.0 |
Última Atualização | 2014-06-19 |
Data de Publicação | 2014-06-18 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Peter Mareš |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |