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.

Qu'est-ce que Close App-launcher Tabs ?

Close App-launcher Tabs est une extension Chrome développée par christopher.x.gerber, et sa fonction principale est "Close those pesky tabs after they launch apps. Specify urls to match against, and how quickly to close those tabs after they launch.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Close App-launcher Tabs

Téléchargez les fichiers d'extension Close App-launcher Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Close App-launcher Tabs Close App-launcher Tabs
ID nflgfijhhdgfaihflbieofaegdiphbej
URL Officiel 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.
Taille du Fichier 10.69 KB
Nombre d'Installations 44
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-04-04
Date de Publication 2022-03-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur christopher.x.gerber
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gerbus/close-app-launcher-tabs
URL de la Page d'Aide https://github.com/gerbus/close-app-launcher-tabs/issues
Langues Prises en Charge 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"
    }
}