Switch To New Tab

Sets focus to newly opened tabs.

Cos'è Switch To New Tab?

Switch To New Tab è un'estensione di Chrome sviluppata da Arctic Phoenix, e la sua funzione principale è "Sets focus to newly opened tabs.".

Scarica il file CRX dell'estensione Switch To New Tab

Scarica i file di estensione Switch To New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Switch To New Tab Switch To New Tab
ID lfpdoeknpnclenhlmblmenpafkbcgdbg
URL Ufficiale https://chrome.google.com/webstore/detail/switch-to-new-tab/lfpdoeknpnclenhlmblmenpafkbcgdbg
Descrizione Sets focus to newly opened tabs.
Dimensione del File 4.39 KB
Conteggio Installazioni 9,848
Versione Corrente 1.0
Ultimo Aggiornamento 2018-06-11
Data di Pubblicazione 2018-06-11
Valutazione 4.69/5 Totale 104 Valutazioni
Sviluppatore Arctic Phoenix
Tipo di Pagamento free
Sito Web dell'Estensione http://groups.google.com/group/arctic-phoenix
URL della Pagina di Aiuto http://groups.google.com/group/arctic-phoenix
Lingue Supportate 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
    }
}