Close Tabs to the Left
Adds a button to close all tabs to the left of the current tab.
Close Tabs to the Left란 무엇입니까?
Close Tabs to the Left은(는) Erik Humphrey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a button to close all tabs to the left of the current tab."입니다.
확장 프로그램 스크린샷
Close Tabs to the Left 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab. Unlike most other extensions, it doesn't closed tabs you've pinned!
확장 프로그램 기본 정보
이름 | Close Tabs to the Left |
ID | gggbppgpkegkkgjpmlbedgbmgomecmoj |
공식 URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj |
설명 | Adds a button to close all tabs to the left of the current tab. |
파일 크기 | 28.38 KB |
설치 횟수 | 4,498 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2021-05-11 |
출시 날짜 | 2019-06-26 |
평점 | 4.59/5 총 29 개의 평점 |
개발자 | Erik Humphrey |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ErikHumphrey/close-tabs-to-the-left |
도움말 페이지 URL | https://github.com/ErikHumphrey/close-tabs-to-the-left/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Erik Humphrey", "action": { "default_icon": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_title": "Close tabs to the left" }, "background": { "service_worker": "TabCloseScript.js" }, "description": "Adds a button to close all tabs to the left of the current tab.", "icons": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 3, "name": "Close Tabs to the Left", "short_name": "Close Left", "version": "1.2.1" } |