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 |
Eメール | [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" } } } |