Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Vad är Auto Close Tab?
Auto Close Tab är en Chrome-tillägg utvecklad av newpscoder, och dess huvudfunktion är "This extension runs in the background and will close any tab opened where the URL begins with ie:http".
Tilläggsskärmbilder
Ladda ner Auto Close Tab-förlängningens CRX-fil
Ladda ner Auto Close Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Officiell webbadress | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Beskrivning | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
Filstorlek | 3.21 KB |
Antal Installationer | 482 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2018-12-20 |
Publiceringsdatum | 2018-12-20 |
Betyg | 2.00/5 Totalt 4 Betyg |
Utvecklare | newpscoder |
Betalningssätt | free |
Stödda Språk | 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" ] } |