Auto Close Tab

This extension runs in the background and will close any tab opened where the URL begins with ie:http

Qu'est-ce que Auto Close Tab ?

Auto Close Tab est une extension Chrome développée par newpscoder, et sa fonction principale est "This extension runs in the background and will close any tab opened where the URL begins with ie:http".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Auto Close Tab

Téléchargez les fichiers d'extension Auto Close Tab 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

                        This extension runs in the background and will open any URL formatted with ie:http in Internet Explorer. In addition the tab that is opened in Chrome will be automatically closed in 3 seconds.

Required is a registry key update for full functionality. Please see the following website for information.

https://stackoverflow.com/questions/28744149/launch-ie-from-a-link-in-chrome                    

Informations de Base sur l'Extension

Nom Auto Close Tab Auto Close Tab
ID hknjefkfmlpbipmkkfhebdpphfmkpnjm
URL Officiel https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm
Description This extension runs in the background and will close any tab opened where the URL begins with ie:http
Taille du Fichier 3.21 KB
Nombre d'Installations 482
Version Actuelle 2.0
Dernière Mise à Jour 2018-12-20
Date de Publication 2018-12-20
Évaluation 2.00/5 Total 4 Évaluations
Développeur newpscoder
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Close Tab",
    "version": "2.0",
    "description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}