Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Co je Auto Close Tab?
Auto Close Tab je rozšíření Chrome vyvinuté newpscoder, a jeho hlavní funkcí je „This extension runs in the background and will close any tab opened where the URL begins with ie:http“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Auto Close Tab
Stáhněte si soubory rozšíření Auto Close Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
| Oficiální URL | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
| Popis | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
| Velikost souboru | 3.21 KB |
| Počet instalací | 482 |
| Aktuální Verze | 2.0 |
| Poslední Aktualizace | 2018-12-20 |
| Datum Vydání | 2018-12-20 |
| Hodnocení | 2.00/5 Celkem 4 Hodnocení |
| Vývojář | newpscoder |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
} | |