Auto Group Tabs

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

Apa itu Auto Group Tabs?

Auto Group Tabs adalah ekstensi Chrome yang dikembangkan oleh qiangbo.xu, dan fitur utamanya adalah "在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Auto Group Tabs

Unduh file ekstensi Auto Group Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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                    

Informasi Dasar Ekstensi

Nama Auto Group Tabs Auto Group Tabs
ID mnolhkkapjcaekdgopmfolekecfhgoob
URL Resmi https://chromewebstore.google.com/detail/auto-group-tabs/mnolhkkapjcaekdgopmfolekecfhgoob
Deskripsi 在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…
Ukuran File 886 KB
Jumlah Instalasi 3,000
Versi Saat Ini 1.1.7
Terakhir Diperbarui 2022-12-06
Tanggal Publikasi 2021-10-08
Penilaian 4.68/5 Total 25 Penilaian
Pengembang qiangbo.xu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/marwincn/auto-group-tabs
Bahasa yang Didukung 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"
        }
    }
}