Auto-Close New Tabs

Allow only one new tab page at a time.

O que é Auto-Close New Tabs?

Auto-Close New Tabs é uma extensão do Chrome desenvolvida por eliasedgren1, e sua principal característica é "Allow only one new tab page at a time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto-Close New Tabs

Baixe arquivos de extensão Auto-Close New Tabs 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

                        Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.                    

Informações Básicas da Extensão

Nome Auto-Close New Tabs Auto-Close New Tabs
ID flenhhkdfknhebichfkhmefaoembifcm
URL Oficial https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm
Descrição Allow only one new tab page at a time.
Tamanho do Arquivo 28.04 KB
Contagem de Instalações 32
Versão Atual 0.0.0.2
Última Atualização 2021-12-29
Data de Publicação 2021-12-27
Desenvolvedor eliasedgren1
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto-Close New Tabs",
    "version": "0.0.0.2",
    "description": "Allow only one new tab page at a time.",
    "manifest_version": 3,
    "incognito": "not_allowed",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}