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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |