Auto Close Tab

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

Cos'è Auto Close Tab?

Auto Close Tab è un'estensione di Chrome sviluppata da newpscoder, e la sua funzione principale è "This extension runs in the background and will close any tab opened where the URL begins with ie:http".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto Close Tab

Scarica i file di estensione Auto Close Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Auto Close Tab Auto Close Tab
ID hknjefkfmlpbipmkkfhebdpphfmkpnjm
URL Ufficiale https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm
Descrizione This extension runs in the background and will close any tab opened where the URL begins with ie:http
Dimensione del File 3.21 KB
Conteggio Installazioni 482
Versione Corrente 2.0
Ultimo Aggiornamento 2018-12-20
Data di Pubblicazione 2018-12-20
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore newpscoder
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}