New tabs to the front

Brings newly created tabs to the foreground.

O que é New tabs to the front?

New tabs to the front é uma extensão do Chrome desenvolvida por amahnk, 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 New tabs to the front

Baixe arquivos de extensão New tabs to the front 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 forces new tabs to open in the foreground, rather than the background.

Enjoy!                    

Informações Básicas da Extensão

Nome New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
URL Oficial https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
Descrição Brings newly created tabs to the foreground.
Tamanho do Arquivo 30.34 KB
Contagem de Instalações 754
Versão Atual 0.0.2
Última Atualização 2018-06-11
Data de Publicação 2018-06-11
Classificação 4.63/5 Total de 8 Avaliações
Desenvolvedor amahnk
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "name": "New tabs to the front",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}