Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Was ist Auto Close Tab?
Auto Close Tab ist eine Chrome-Erweiterung, die von newpscoder entwickelt wurde, und ihr Hauptmerkmal ist "This extension runs in the background and will close any tab opened where the URL begins with ie:http".
Erweiterungsscreenshots
Auto Close Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Close Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Offizielle URL | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Beschreibung | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
Dateigröße | 3.21 KB |
Installationsanzahl | 482 |
Aktuelle Version | 2.0 |
Letztes Update | 2018-12-20 |
Veröffentlichungsdatum | 2018-12-20 |
Bewertung | 2.00/5 Insgesamt 4 Bewertungen |
Entwickler | newpscoder |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |