Auto Group Tabs
在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…
什么是Auto Group Tabs?
Auto Group Tabs是由qiangbo.xu开发的Chrome扩展程序,该扩展的主要功能是“在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…”。
扩展截图
下载Auto Group Tabs扩展crx文件
下载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 |
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" } } } |