Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
¿Qué es Auto Close Tab?
Auto Close Tab es una extensión de Chrome desarrollada por newpscoder, y su función principal es "This extension runs in the background and will close any tab opened where the URL begins with ie:http".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Auto Close Tab
Descarga archivos de extensión Auto Close Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
URL Oficial | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Descripción | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
Tamaño del Archivo | 3.21 KB |
Cantidad de Instalaciones | 482 |
Versión Actual | 2.0 |
Última Actualización | 2018-12-20 |
Fecha de Publicación | 2018-12-20 |
Calificación | 2.00/5 Total de 4 Calificaciones |
Desarrollador | newpscoder |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |