Launcher Tab Closer

Close leftover tabs from Teams, Zoom and Global Protect.

What is Launcher Tab Closer?

Launcher Tab Closer is a Chrome extension developed by Tim Hilliard, and its main feature is "Close leftover tabs from Teams, Zoom and Global Protect.".

Extension Screenshots

screenshot

Download Launcher Tab Closer Extension CRX File

Download Launcher Tab Closer 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

                        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                    

Extension Basic Information

Name Launcher Tab Closer Launcher Tab Closer
ID lbljkplhmhfacdanpmjemiehaohpijib
Official URL https://chromewebstore.google.com/detail/launcher-tab-closer/lbljkplhmhfacdanpmjemiehaohpijib
Description Close leftover tabs from Teams, Zoom and Global Protect.
File Size 2.99 MB
Installation Count 40,118
Current Version 3.4.1
Last Updated 2023-05-17
Publish Date 2023-02-16
Developer Tim Hilliard
Email [email protected]
Payment Type free
Extension Website https://github.com/timhilliard/launcher-tab-closer
Help Page URL https://github.com/timhilliard/launcher-tab-closer/issues
Supported Languages 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"
    }
}