Tab Closer and Selector
Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
Tab Closer and Selector란 무엇입니까?
Tab Closer and Selector은(는) llae.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!"입니다.
확장 프로그램 스크린샷
Tab Closer and Selector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have too many tabs opened? This extension allows you to easily manage and navigate through your Chrome tabs! It shows you the names of all the tabs that you currently have opened. Then, you can select tabs to close, select windows to close, or bring yourself to a certain tab.
확장 프로그램 기본 정보
이름 | |
ID | anoodphkcgbgfdaiiljnngkboogckpnb |
공식 URL | https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb |
설명 | Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab! |
파일 크기 | 128 KB |
설치 횟수 | 349 |
현재 버전 | 1.3 |
최근 업데이트 | 2020-08-18 |
출시 날짜 | 2020-07-02 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | llae.dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background\/background-context-menu.js" ] }, "browser_action": { "default_icon": [], "default_popup": "popup\/popup.html", "default_title": "Tab Closer and Selector" }, "description": "Easily manage & navigate through your tabs \u2014 close your tabs or bring youself to a selected tab!", "icons": { "128": "images\/logo128.png", "16": "images\/logo16.png", "48": "images\/logo48.png" }, "manifest_version": 2, "name": "Tab Closer and Selector", "permissions": [ "tabs" ], "version": "1.3" } |