Tab Tree
Tree view for your browser tabs
O que é Tab Tree?
Tab Tree é uma extensão do Chrome desenvolvida por gaoliang, e sua principal característica é "Tree view for your browser tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Tree
Baixe arquivos de extensão Tab Tree 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
Provides a tree view of browser tabs. Feature list: 1. 🌲 Automatically organized tab tree view 2. ❌ Support closing all tabs below any level with one click 3. 👉 Support switching to a tab by clicking Note: The order of the tabs that have been opened before installing the plugin may be wrong. Source Code: https://github.com/gaoliang/tab-tree
Informações Básicas da Extensão
Nome | Tab Tree |
ID | fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
URL Oficial | https://chromewebstore.google.com/detail/tab-tree/fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
Descrição | Tree view for your browser tabs |
Tamanho do Arquivo | 858 KB |
Contagem de Instalações | 650 |
Versão Atual | 1.0 |
Última Atualização | 2022-02-10 |
Data de Publicação | 2022-02-10 |
Classificação | 4.50/5 Total de 4 Avaliações |
Desenvolvedor | gaoliang |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/gaoliang/tab-tree |
URL da Página de Ajuda | https://github.com/gaoliang/tab-tree/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Tree", "description": "Tree view for your browser tabs", "version": "1.0", "manifest_version": 3, "permissions": [ "tabs", "storage" ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" } } |