Auto Group Tabs

Keep you tab bar tidy with auto grouping without need to group them manually.

什么是Auto Group Tabs?

Auto Group Tabs是由Siddhartha Sarkar开发的Chrome扩展程序,该扩展的主要功能是“Keep you tab bar tidy with auto grouping without need to group them manually.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Auto Group Tabs扩展crx文件

下载Auto Group Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Group tabs automatically based on URL.

[5.1.0]
- enable/disable grouping
- custom tabgroup names, colors on popup
[5.0.0] added features, customizations , fixes & improvements
[4.0.0] fixed restore tabs, improvements                    

扩展基本信息

名称 Auto Group Tabs Auto Group Tabs
ID ekjmngjikhikadcbbidpfdaocifddaip
官方URL https://chromewebstore.google.com/detail/auto-group-tabs/ekjmngjikhikadcbbidpfdaocifddaip
简介 Keep you tab bar tidy with auto grouping without need to group them manually.
文件大小 34.42 KB
安装次数 386
当前版本 5.1.0
更新时间 2023-03-22
上架时间 2021-07-08
评分 4.25/5 共8次评分
开发者 Siddhartha Sarkar
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://siddsarkar.github.io/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tabs",
    "version": "5.1.0",
    "description": "Keep you tab bar tidy with auto grouping without need to group them manually.",
    "author": "Siddhartha Sarkar",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "144": "icon128.png",
        "240": "icon240.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Auto Group Tabs",
        "default_popup": "pages\/popup\/index.html"
    }
}