Auto Close Tab

This extension runs in the background and will close any tab opened where the URL begins with ie:http

O que é Auto Close Tab?

Auto Close Tab é uma extensão do Chrome desenvolvida por newpscoder, e sua principal característica é "This extension runs in the background and will close any tab opened where the URL begins with ie:http".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto Close Tab

Baixe arquivos de extensão Auto Close Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Auto Close Tab Auto Close Tab
ID hknjefkfmlpbipmkkfhebdpphfmkpnjm
URL Oficial https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm
Descrição This extension runs in the background and will close any tab opened where the URL begins with ie:http
Tamanho do Arquivo 3.21 KB
Contagem de Instalações 482
Versão Atual 2.0
Última Atualização 2018-12-20
Data de Publicação 2018-12-20
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor newpscoder
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}