Tabs to Front v2

Brings newly created tabs to the foreground.

O que é Tabs to Front v2?

Tabs to Front v2 é uma extensão do Chrome desenvolvida por DougCuk42, e sua principal característica é "Brings newly created tabs to the foreground.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tabs to Front v2

Baixe arquivos de extensão Tabs to Front v2 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

                        New tabs open immediately instead of in the background.
Update of original "Tabs to the Front!" by Abarth (2010).

Chrome opens new tabs in the background and provides no option to switch to them immediately. This extension forces new tabs to open immediately. Basic, no frills, no extra features.                    

Informações Básicas da Extensão

Nome Tabs to Front v2 Tabs to Front v2
ID iiojfifkpjkhcdjfgekmfobhfdohlecg
URL Oficial https://chromewebstore.google.com/detail/tabs-to-front-v2/iiojfifkpjkhcdjfgekmfobhfdohlecg
Descrição Brings newly created tabs to the foreground.
Tamanho do Arquivo 10.93 KB
Contagem de Instalações 8,000
Versão Atual 2.1
Última Atualização 2022-05-11
Data de Publicação 2019-01-02
Classificação 4.46/5 Total de 13 Avaliações
Desenvolvedor DougCuk42
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs to Front v2",
    "version": "2.1",
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "16": "icon-16.jpg",
        "32": "icon-32.jpg",
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "background": {
        "service_worker": "background.js",
        "permissions": [
            "tabs"
        ]
    }
}