TabTree
Sort your tabs and show them as a tree.
O que é TabTree?
TabTree é uma extensão do Chrome desenvolvida por TreeHugger, e sua principal característica é "Sort your tabs and show them as a tree.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TabTree
Baixe arquivos de extensão TabTree 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
Your browser was a mess. You had too many tabs. Now, click a button, and view your tabs sorted, grouped, as a tree. Find what you need easier. Close what you don't need in batch. It's simple, and you'll be surprised how much it helps.
Informações Básicas da Extensão
Nome | TabTree |
ID | lhjaemlbbmojcmfcljjmbamecahgdlkp |
URL Oficial | https://chromewebstore.google.com/detail/tabtree/lhjaemlbbmojcmfcljjmbamecahgdlkp |
Descrição | Sort your tabs and show them as a tree. |
Tamanho do Arquivo | 120 KB |
Contagem de Instalações | 1,082 |
Versão Atual | 1.2 |
Última Atualização | 2015-07-29 |
Data de Publicação | 2015-07-28 |
Classificação | 3.75/5 Total de 12 Avaliações |
Desenvolvedor | TreeHugger |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabTree", "description": "Sort your tabs and show them as a tree.", "version": "1.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "tree-icon-48.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "icons": { "16": "tree-icon-16.png", "32": "tree-icon-32.png", "48": "tree-icon-48.png", "128": "tree-icon-128.png" } } |