TabSorter
This extension sorts your browser tabs in the best way possible.
TabSorter란 무엇입니까?
TabSorter은(는) andr00에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension sorts your browser tabs in the best way possible."입니다.
확장 프로그램 스크린샷
TabSorter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TabSorter is a single-button extension that organizes your tabs in Google Chrome. When you hit the TabSorter button, your tabs will be rearranged to keep tabs in order, all tabs from the same place next to each other. You will instantly be able to find groups of multiple tabs from the same website, as they will be moved into their own new Chrome window. If there are 3 or more tabs from the same website, or if they share a common path on one website, they will be pulled into their own window. TabSorter will try to keep the most specifically related tabs in the same place. This is helpful if you have many tabs open from different sections of a single website - each section will open in a dedicated window. Use this in conjunction with one of the merge all windows extensions to instantly and effortlessly organize all your tabs and windows.
확장 프로그램 기본 정보
이름 | TabSorter |
ID | fgjomcpofplikgpdfcpgdjjlljlnelgc |
공식 URL | https://chromewebstore.google.com/detail/tabsorter/fgjomcpofplikgpdfcpgdjjlljlnelgc |
설명 | This extension sorts your browser tabs in the best way possible. |
파일 크기 | 10.51 KB |
설치 횟수 | 37 |
현재 버전 | 1.0.0.2 |
최근 업데이트 | 2021-06-17 |
출시 날짜 | 2018-08-06 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | andr00 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabSorter", "description": "This extension sorts your browser tabs in the best way possible.", "author": "andr00", "version": "1.0.0.2", "background": { "persistent": false, "scripts": [ "tabsorter.js" ] }, "browser_action": { "default_icon": { "19": "tsicon19.png", "38": "tsicon38.png" }, "default_title": "Sort tabs." }, "permissions": [ "tabs" ], "icons": { "128": "tsicon128.png", "48": "tsicon48.png", "16": "tsicon16.png" }, "short_name": "TabSorter" } |