Automatically Group Tabs

Automatically group tabs by URL

O que é Automatically Group Tabs?

Automatically Group Tabs é uma extensão do Chrome desenvolvida por aximario, e sua principal característica é "Automatically group tabs by URL".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Automatically Group Tabs

Baixe arquivos de extensão Automatically Group Tabs 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

                        According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.                    

Informações Básicas da Extensão

Nome Automatically Group Tabs Automatically Group Tabs
ID apdbpjooldepljcbgbcjefgodkmhenle
URL Oficial https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle
Descrição Automatically group tabs by URL
Tamanho do Arquivo 13.7 KB
Contagem de Instalações 76
Versão Atual 2.0.1
Última Atualização 2022-05-29
Data de Publicação 2022-05-16
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor aximario
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "action": {
        "default_title": "__MSG_optionsPageTitle__",
        "default_icon": {
            "16": "\/images\/tabgroups.png",
            "32": "\/images\/tabgroups.png",
            "48": "\/images\/tabgroups.png",
            "128": "\/images\/tabgroups.png"
        }
    },
    "icons": {
        "16": "\/images\/tabgroups.png",
        "32": "\/images\/tabgroups.png",
        "48": "\/images\/tabgroups.png",
        "128": "\/images\/tabgroups.png"
    },
    "options_page": "index.html"
}