Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Co to jest Auto Close Tab?
Auto Close Tab to rozszerzenie Chrome opracowane przez newpscoder, a jego główną funkcją jest „This extension runs in the background and will close any tab opened where the URL begins with ie:http”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto Close Tab
Pobierz pliki rozszerzeń Auto Close Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Oficjalny URL | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Opis | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
Rozmiar pliku | 3.21 KB |
Liczba instalacji | 482 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2018-12-20 |
Data Publikacji | 2018-12-20 |
Ocena | 2.00/5 Łącznie 4 Oceny |
Deweloper | newpscoder |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |