Close Right Tabs
Close all right tabs.
Close Right Tabs란 무엇입니까?
Close Right Tabs은(는) https://refirio.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close all right tabs."입니다.
확장 프로그램 스크린샷
Close Right Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
拡張機能のアイコンから、右側のタブをすべて閉じることができます。
확장 프로그램 기본 정보
이름 | Close Right Tabs |
ID | ahdnifnjcpeklloobmgkkidkaedkodii |
공식 URL | https://chromewebstore.google.com/detail/close-right-tabs/ahdnifnjcpeklloobmgkkidkaedkodii |
설명 | Close all right tabs. |
파일 크기 | 21.08 KB |
설치 횟수 | 606 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-11-03 |
출시 날짜 | 2017-02-11 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | https://refirio.org |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Right Tabs", "description": "Close all right tabs.", "version": "1.1.0", "manifest_version": 3, "permissions": [], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "img\/icon_16.png", "24": "img\/icon_24.png", "32": "img\/icon_32.png" }, "default_title": "Close Right Tabs" } } |