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.
What is Close App-launcher Tabs?
Close App-launcher Tabs is a Chrome extension developed by christopher.x.gerber, and its main feature is "Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch.".
Extension Screenshots
Download Close App-launcher Tabs Extension CRX File
Download Close App-launcher Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Close App-launcher Tabs |
ID | nflgfijhhdgfaihflbieofaegdiphbej |
Official URL | https://chromewebstore.google.com/detail/close-app-launcher-tabs/nflgfijhhdgfaihflbieofaegdiphbej |
Description | Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch. |
File Size | 10.69 KB |
Installation Count | 44 |
Current Version | 1.0.1 |
Last Updated | 2023-04-04 |
Publish Date | 2022-03-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | christopher.x.gerber |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gerbus/close-app-launcher-tabs |
Help Page URL | https://github.com/gerbus/close-app-launcher-tabs/issues |
Supported Languages | 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" } } |