Auto Collapse for Tab Groups
Collapse your unfocused groups.
什么是Auto Collapse for Tab Groups?
Auto Collapse for Tab Groups是由TabGroups Labs开发的Chrome扩展程序,该扩展的主要功能是“Collapse your unfocused groups.”。
扩展截图
下载Auto Collapse for Tab Groups扩展crx文件
下载Auto Collapse for Tab Groups扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto Collapse makes the tab bar less distracting by collapsing all unfocused Tab Groups (the feature introduced in Chrome 89). When you click on an ungrouped tab or a tab within one group, all other tab groups get collapsed. Changelog: *v1.1: Fixed timing bug during tab group focus.
扩展基本信息
名称 | Auto Collapse for Tab Groups |
ID | mfgiiiiafpfcapmfnidgenigejmcolaf |
官方URL | https://chromewebstore.google.com/detail/auto-collapse-for-tab-gro/mfgiiiiafpfcapmfnidgenigejmcolaf |
简介 | Collapse your unfocused groups. |
文件大小 | 16.52 KB |
安装次数 | 2,396 |
当前版本 | 1.1 |
更新时间 | 2021-06-11 |
上架时间 | 2021-06-10 |
评分 | 4.10/5 共31次评分 |
开发者 | TabGroups Labs |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tabgroups.github.io/ |
帮助页面URL | https://tabgroups.github.io/ |
隐私政策页面URL | https://tabgroups.github.io |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Collapse for Tab Groups", "description": "Collapse your unfocused groups.", "icons": { "128": "collapse-icon.png" }, "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabGroups", "storage" ], "minimum_chrome_version": "89.0.4389.9" } |