Auto Group Tabs

在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…

What is Auto Group Tabs?

Auto Group Tabs is a Chrome extension developed by qiangbo.xu, and its main feature is "在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…".

Extension Screenshots

screenshot
screenshot

Download Auto Group Tabs Extension CRX File

Download Auto Group Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。

Automatically group browser tabs in the background. You can customize the grouping according to the rules such as the domain or title of the tabs. At the same time, you can turn off automatic grouping and manually trigger the grouping using hotkey.


此扩展程序开源在GitHub:https://github.com/marwincn/auto-group-tabs 

This extension is open source on GitHub: https://github.com/marwincn/auto-group-tabs                    

Extension Basic Information

Name Auto Group Tabs Auto Group Tabs
ID mnolhkkapjcaekdgopmfolekecfhgoob
Official URL https://chromewebstore.google.com/detail/auto-group-tabs/mnolhkkapjcaekdgopmfolekecfhgoob
Description 在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…
File Size 886 KB
Installation Count 3,000
Current Version 1.1.7
Last Updated 2022-12-06
Publish Date 2021-10-08
Rating 4.68/5 Total 25 Ratings
Developer qiangbo.xu
Email [email protected]
Payment Type free
Extension Website https://github.com/marwincn/auto-group-tabs
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tabs",
    "description": "",
    "version": "1.1.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/auto-group-tabs.png",
            "32": "\/images\/auto-group-tabs.png",
            "48": "\/images\/auto-group-tabs.png",
            "128": "\/images\/auto-group-tabs.png"
        }
    },
    "icons": {
        "16": "\/images\/auto-group-tabs.png",
        "32": "\/images\/auto-group-tabs.png",
        "48": "\/images\/auto-group-tabs.png",
        "128": "\/images\/auto-group-tabs.png"
    },
    "commands": {
        "group_right_now": {
            "suggested_key": {
                "default": "Alt+G"
            },
            "description": "Group all tabs right now"
        }
    }
}