Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Wat is Auto Close Tab?
Auto Close Tab is een Chrome-extensie ontwikkeld door newpscoder, en de belangrijkste functie is "This extension runs in the background and will close any tab opened where the URL begins with ie:http".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Close Tab
Download Auto Close Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Officiële URL | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Beschrijving | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
Bestandsgrootte | 3.21 KB |
Aantal Installaties | 482 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2018-12-20 |
Publicatiedatum | 2018-12-20 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | newpscoder |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |