TidyTabs
A browser extension that lets you choose which tabs you would like to close by domain
TidyTabs란 무엇입니까?
TidyTabs은(는) Xiao & Karan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that lets you choose which tabs you would like to close by domain"입니다.
확장 프로그램 스크린샷
TidyTabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is for the tab hoarders out there that find themselves buried under browser tabs, with their machines slowed down by the performance burden. TidyTabs is here to help. TidyTabs provides a solution that easily clears your workspace and mind! Features: - Automatically group your tabs by domain name - Includes tabs across all windows - Sort domains by largest number of tabs - Close tabs by group - List/Grid view - Dark Mode available
확장 프로그램 기본 정보
이름 | TidyTabs |
ID | mfcdfhecemnhilkobccglegnbdkhmdam |
공식 URL | https://chromewebstore.google.com/detail/tidytabs/mfcdfhecemnhilkobccglegnbdkhmdam |
설명 | A browser extension that lets you choose which tabs you would like to close by domain |
파일 크기 | 94.86 KB |
설치 횟수 | 42 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-01-14 |
출시 날짜 | 2021-01-11 |
개발자 | Xiao & Karan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TidyTabs", "version": "1.1", "description": "A browser extension that lets you choose which tabs you would like to close by domain", "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/trash.png" }, "permissions": [ "tabs" ], "manifest_version": 2 } |