Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
O que é Auto Tab Group?
Auto Tab Group é uma extensão do Chrome desenvolvida por ron.troyer, e sua principal característica é "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Tab Group
Baixe arquivos de extensão Auto Tab Group 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
Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically!
Informações Básicas da Extensão
Nome | Auto Tab Group |
ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
URL Oficial | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
Descrição | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
Tamanho do Arquivo | 15.59 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.4 |
Última Atualização | 2021-05-10 |
Data de Publicação | 2021-03-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ron.troyer |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/j0be/AutoTabGroup |
URL da Página de Ajuda | https://github.com/j0be/AutoTabGroup |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Tab Group", "description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.", "version": "1.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "tabGroups" ], "icons": { "16": "\/16x16.png", "32": "\/32x32.png", "48": "\/48x48.png", "128": "\/128x128.png" } } |