Auto Group Tabs

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

Auto Group Tabs là gì?

Auto Group Tabs là một tiện ích mở rộng Chrome được phát triển bởi qiangbo.xu, và tính năng chính của nó là "在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Group Tabs

Tải xuống các tệp mở rộng Auto Group Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Group Tabs Auto Group Tabs
ID mnolhkkapjcaekdgopmfolekecfhgoob
URL Chính Thức https://chromewebstore.google.com/detail/auto-group-tabs/mnolhkkapjcaekdgopmfolekecfhgoob
Mô tả 在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…
Kích Thước Tệp 886 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2022-12-06
Ngày Phát Hành 2021-10-08
Đánh Giá 4.68/5 Tổng số 25 Đánh Giá
Nhà Phát Triển qiangbo.xu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/marwincn/auto-group-tabs
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}