Launcher Tab Closer
Close leftover tabs from Teams, Zoom and Global Protect.
Launcher Tab Closer란 무엇입니까?
Launcher Tab Closer은(는) Tim Hilliard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close leftover tabs from Teams, Zoom and Global Protect."입니다.
확장 프로그램 스크린샷
Launcher Tab Closer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Auto Close leftover tabs from Teams, Zoom and Global Protect. Will trigger 2 seconds after tab has finished loading. Folder icons created by Icongeek26 - Flaticon
확장 프로그램 기본 정보
이름 | Launcher Tab Closer |
ID | lbljkplhmhfacdanpmjemiehaohpijib |
공식 URL | https://chromewebstore.google.com/detail/launcher-tab-closer/lbljkplhmhfacdanpmjemiehaohpijib |
설명 | Close leftover tabs from Teams, Zoom and Global Protect. |
파일 크기 | 2.99 MB |
설치 횟수 | 40,118 |
현재 버전 | 3.4.1 |
최근 업데이트 | 2023-05-17 |
출시 날짜 | 2023-02-16 |
개발자 | Tim Hilliard |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/timhilliard/launcher-tab-closer |
도움말 페이지 URL | https://github.com/timhilliard/launcher-tab-closer/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Launcher Tab Closer", "version": "3.4.1", "description": "Close leftover tabs from Teams, Zoom and Global Protect.", "permissions": [ "tabs", "webNavigation", "storage" ], "background": { "service_worker": "background.js" }, "action": [], "options_page": "options.html", "storage": { "managed_schema": "schema.json" }, "icons": { "16": "icons\/folder16.png", "32": "icons\/folder32.png", "64": "icons\/folder64.png", "128": "icons\/folder128.png" } } |