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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 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 |
이메일 | [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" } } } |