Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
What is Auto Close Tab?
Auto Close Tab is a Chrome extension developed by newpscoder, and its main feature is "This extension runs in the background and will close any tab opened where the URL begins with ie:http".
Extension Screenshots
Download Auto Close Tab Extension CRX File
Download Auto Close Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Official URL | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Description | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
File Size | 3.21 KB |
Installation Count | 482 |
Current Version | 2.0 |
Last Updated | 2018-12-20 |
Publish Date | 2018-12-20 |
Rating | 2.00/5 Total 4 Ratings |
Developer | newpscoder |
Payment Type | free |
Supported Languages | 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" ] } |