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 |
官方網址 | 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" } } } |