Auto-Collapse Tab Groups
Automatically collapse unfocused tab groups.
什么是Auto-Collapse Tab Groups?
Auto-Collapse Tab Groups是由florian.reuschel.dev开发的Chrome扩展程序,该扩展的主要功能是“Automatically collapse unfocused tab groups.”。
扩展截图
下载Auto-Collapse Tab Groups扩展crx文件
下载Auto-Collapse Tab Groups扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you a tab hoarder? Organize your tabs in tab groups and never get lost again by letting this extension collapse all tab groups that are not currently active. Pairs well with the "Auto-Group Tabs" extension.
扩展基本信息
名称 | Auto-Collapse Tab Groups |
ID | dppnkkdjjbpjcjijkjbhhbhpnmjjhppl |
官方URL | https://chromewebstore.google.com/detail/auto-collapse-tab-groups/dppnkkdjjbpjcjijkjbhhbhpnmjjhppl |
简介 | Automatically collapse unfocused tab groups. |
文件大小 | 27.22 KB |
安装次数 | 280 |
当前版本 | 0.0.1 |
更新时间 | 2022-12-01 |
上架时间 | 2022-12-01 |
评分 | 4.25/5 共4次评分 |
开发者 | florian.reuschel.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/loilo/auto-collapse-tab-groups/ |
帮助页面URL | https://github.com/loilo/auto-collapse-tab-groups/ |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 3, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/loilo.de", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "background.mjs" }, "permissions": [ "tabGroups" ] } |