Left Tab Window Group Manager
Reset the selected tab for each window to its left most tab to help manager tabs into window groups.
O que é Left Tab Window Group Manager?
Left Tab Window Group Manager é uma extensão do Chrome desenvolvida por keithgabryelski, e sua principal característica é "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Left Tab Window Group Manager
Baixe arquivos de extensão Left Tab Window Group Manager 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
Reset the selected tab for each window to its left most tab. Why? Because window lists (Window menu) lists the currently selected tab and there are many times when that tab-title will not help you find what the original intention of that new window was intended to be. Technique: Group your windows into small numbers of tabs with the left most tab being the indentifier for the group. Use this extension's browser action to reset the select tabs on all your windows so that you can find the group of tabs your are looking for.
Informações Básicas da Extensão
Nome | |
ID | lefkebnokcjocjgajlbegiobikpbcfhg |
URL Oficial | https://chrome.google.com/webstore/detail/lefkebnokcjocjgajlbegiobikpbcfhg |
Descrição | Reset the selected tab for each window to its left most tab to help manager tabs into window groups. |
Tamanho do Arquivo | 26.49 KB |
Contagem de Instalações | 22 |
Versão Atual | 1.0 |
Última Atualização | 2015-11-15 |
Data de Publicação | 2015-11-15 |
Desenvolvedor | keithgabryelski |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Left Tab Window Group Manager", "version": "1.0", "description": "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.", "author": "Keith Gabryelski", "homepage_url": "https:\/\/github.com\/keithgabryelski\/left-tab-window-group-manager", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png" } } |