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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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"
        }
    }
}