Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Что такое Auto Close Tab?
Auto Close Tab - это расширение Chrome, разработанное newpscoder, и его основная функция - "This extension runs in the background and will close any tab opened where the URL begins with ie:http".
Снимки экрана расширения
Скачать файл CRX расширения Auto Close Tab
Скачайте файлы расширений Auto Close Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Официальный URL | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
Описание | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
Размер файла | 3.21 KB |
Количество установок | 482 |
Текущая Версия | 2.0 |
Последнее Обновление | 2018-12-20 |
Дата публикации | 2018-12-20 |
Рейтинг | 2.00/5 Всего 4 оценок |
Разработчик | newpscoder |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |