Close App-launcher Tabs
Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch.
Close App-launcher Tabs란 무엇입니까?
Close App-launcher Tabs은(는) christopher.x.gerber에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch."입니다.
확장 프로그램 스크린샷
Close App-launcher Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When a new tab opens, this extension compares that tab's URL to your custom list of URLs or URL parts. If there's a match, this extension will automatically close that tab after a small custom delay (default: 5 seconds). Joining a lot of Zoom meetings from Google Calendar? Is Zoom leaving a lot of useless tabs open in Chrome? Linear? Other apps? Forget about it. Ease your cognitive load. Keep your Chrome space clean. Issues? Report them here: https://github.com/gerbus/close-app-launcher-tabs/issues Cheers! Christopher X Gerber
확장 프로그램 기본 정보
이름 | Close App-launcher Tabs |
ID | nflgfijhhdgfaihflbieofaegdiphbej |
공식 URL | https://chromewebstore.google.com/detail/close-app-launcher-tabs/nflgfijhhdgfaihflbieofaegdiphbej |
설명 | Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch. |
파일 크기 | 10.69 KB |
설치 횟수 | 44 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-04-04 |
출시 날짜 | 2022-03-21 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | christopher.x.gerber |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/gerbus/close-app-launcher-tabs |
도움말 페이지 URL | https://github.com/gerbus/close-app-launcher-tabs/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close App-launcher Tabs", "description": "Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch.", "version": "1.0.1", "manifest_version": 3, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "close-app-launcher-tabs-16.png", "32": "close-app-launcher-tabs-32.png", "48": "close-app-launcher-tabs-48.png", "128": "close-app-launcher-tabs-128.png" } }, "icons": { "16": "close-app-launcher-tabs-16.png", "32": "close-app-launcher-tabs-32.png", "48": "close-app-launcher-tabs-48.png", "128": "close-app-launcher-tabs-128.png" } } |