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 là gì?
Close App-launcher Tabs là một tiện ích mở rộng Chrome được phát triển bởi christopher.x.gerber, và tính năng chính của nó là "Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Close App-launcher Tabs
Tải xuống các tệp mở rộng Close App-launcher Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Close App-launcher Tabs |
ID | nflgfijhhdgfaihflbieofaegdiphbej |
URL Chính Thức | https://chromewebstore.google.com/detail/close-app-launcher-tabs/nflgfijhhdgfaihflbieofaegdiphbej |
Mô tả | Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch. |
Kích Thước Tệp | 10.69 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-04-04 |
Ngày Phát Hành | 2022-03-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | christopher.x.gerber |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/gerbus/close-app-launcher-tabs |
URL Trang Trợ Giúp | https://github.com/gerbus/close-app-launcher-tabs/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |