Switch To New Tab

Sets focus to newly opened tabs.

O que é Switch To New Tab?

Switch To New Tab é uma extensão do Chrome desenvolvida por Arctic Phoenix, e sua principal característica é "Sets focus to newly opened tabs.".

Baixar o arquivo CRX da Extensão Switch To New Tab

Baixe arquivos de extensão Switch To New 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 forces Chrome to set focus to all new tabs when they are created, a behavior previously not seen when a link was forced by the user to open in a new tab.

The location bar should get focus now when you open the New Tab, unless you use an addon that redirects to a different URL.  Please let my know if you have any other issues with this.

Tampletop, what exactly are you looking for? I'm the developer for this extension, so if I know what you want, I'll try to put it in. Paul...I'm on it!                    

Informações Básicas da Extensão

Nome Switch To New Tab Switch To New Tab
ID lfpdoeknpnclenhlmblmenpafkbcgdbg
URL Oficial https://chrome.google.com/webstore/detail/switch-to-new-tab/lfpdoeknpnclenhlmblmenpafkbcgdbg
Descrição Sets focus to newly opened tabs.
Tamanho do Arquivo 4.39 KB
Contagem de Instalações 9,848
Versão Atual 1.0
Última Atualização 2018-06-11
Data de Publicação 2018-06-11
Classificação 4.69/5 Total de 104 Avaliações
Desenvolvedor Arctic Phoenix
Tipo de Pagamento free
Site da Extensão http://groups.google.com/group/arctic-phoenix
URL da Página de Ajuda http://groups.google.com/group/arctic-phoenix
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switch To New Tab",
    "version": "1.0",
    "description": "Sets focus to newly opened tabs.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "tabs.js"
        ],
        "persistent": false
    }
}