Tab Grouper
Let's you group your chrome tabs by domain
Tab Grouper란 무엇입니까?
Tab Grouper은(는) Very Good Chrome Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let's you group your chrome tabs by domain"입니다.
확장 프로그램 스크린샷
Tab Grouper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Group your tabs based on the url domain with a single click! Do you have too many tabs open? Are many of those tabs from the same website? If so then this extension is just for you! With a single click this extension will group all your tabs based on website/domain. Usage and limitations • Only groups tabs if there is at least two tabs open with the same url domain. • It will group only tabs in the current window. • If grouping is done on a second window, it will check if the domain group already exists from prior groups even on a different window and send the tab to that group if it does. 0.0.2 changes • Fixed bug • Added an options page to allow reset of extension data in case of errors.
확장 프로그램 기본 정보
이름 | |
ID | fkpmakflpdgeblkpdklpoohabkdghjpd |
공식 URL | https://chromewebstore.google.com/detail/tab-grouper/fkpmakflpdgeblkpdklpoohabkdghjpd |
설명 | Let's you group your chrome tabs by domain |
파일 크기 | 228 KB |
설치 횟수 | 92 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2021-04-18 |
출시 날짜 | 2021-04-01 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Very Good Chrome Extensions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Grouper", "version": "0.0.2", "manifest_version": 3, "description": "Let's you group your chrome tabs by domain", "permissions": [ "storage", "tabs", "tabGroups" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Tab Grouper" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html" } |