Tabsanity Terminator
Removes Duplicate Tabs + Groups Tabs by URL
Tabsanity Terminator란 무엇입니까?
Tabsanity Terminator은(는) Rich Werden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes Duplicate Tabs + Groups Tabs by URL"입니다.
확장 프로그램 스크린샷
Tabsanity Terminator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
By installing this extension, with 1-click you can remove duplicate tabs from a browser window as well as reorder the tabs to group themselves together by domain. Only affects one window at a time. Saves RAM and saves you from Tabsanity!
확장 프로그램 기본 정보
이름 | |
ID | gogccpmimpnngeklhecgkcnmagenaepd |
공식 URL | https://chromewebstore.google.com/detail/tabsanity-terminator/gogccpmimpnngeklhecgkcnmagenaepd |
설명 | Removes Duplicate Tabs + Groups Tabs by URL |
파일 크기 | 18.23 KB |
설치 횟수 | 18 |
현재 버전 | 0.21 |
최근 업데이트 | 2018-01-10 |
출시 날짜 | 2018-01-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Rich Werden |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabsanity Terminator", "author": "Rich Werden (@r-i-c-h)", "version": "0.21", "description": "Removes Duplicate Tabs + Groups Tabs by URL", "icons": { "128": "ico_128.png", "48": "ico_48.png", "16": "ico_16.png" }, "background": { "persistent": false, "scripts": [ "theJS.js" ] }, "browser_action": { "default_icon": "ico_16.png", "default_title": "Tabsanity Terminator" }, "permissions": [ "activeTab", "tabs" ] } |