Auto Group Tabs

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

ما هو Auto Group Tabs؟

Auto Group Tabs هو إضافة Chrome تم تطويرها بواسطة qiangbo.xu، والميزة الرئيسية لها هي "在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Auto Group Tabs

قم بتنزيل ملفات الامتداد Auto Group Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

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                    

معلومات أساسية عن التمديد

الاسم Auto Group Tabs Auto Group Tabs
ID mnolhkkapjcaekdgopmfolekecfhgoob
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-group-tabs/mnolhkkapjcaekdgopmfolekecfhgoob
الوصف 在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…
حجم الملف 886 KB
عدد التثبيتات 3,000
النسخة الحالية 1.1.7
آخر تحديث 2022-12-06
تاريخ النشر 2021-10-08
تقييم 4.68/5 مجموع تقييمات 25
المطور qiangbo.xu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/marwincn/auto-group-tabs
اللغات المدعومة 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"
        }
    }
}