Auto Close Tab

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

Hvad er Auto Close Tab?

Auto Close Tab er en Chrome-udvidelse udviklet af newpscoder, og dens hovedfunktion er "This extension runs in the background and will close any tab opened where the URL begins with ie:http".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Auto Close Tab-udvidelses-CRX-fil

Download Auto Close Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Auto Close Tab Auto Close Tab
ID hknjefkfmlpbipmkkfhebdpphfmkpnjm
Officiel URL https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm
Beskrivelse This extension runs in the background and will close any tab opened where the URL begins with ie:http
Filstørrelse 3.21 KB
Antal Installationer 482
Nuværende Version 2.0
Senest Opdateret 2018-12-20
Udgivelsesdato 2018-12-20
Bedømmelse 2.00/5 Samlet 4 Bedømmelser
Udvikler newpscoder
Betalingsmetode free
Understøttede Sprog 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"
    ]
}