Switch To New Tab

Sets focus to newly opened tabs.

Qu'est-ce que Switch To New Tab ?

Switch To New Tab est une extension Chrome développée par Arctic Phoenix, et sa fonction principale est "Sets focus to newly opened tabs.".

Télécharger le fichier CRX de l'extension Switch To New Tab

Téléchargez les fichiers d'extension Switch To New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Switch To New Tab Switch To New Tab
ID lfpdoeknpnclenhlmblmenpafkbcgdbg
URL Officiel https://chrome.google.com/webstore/detail/switch-to-new-tab/lfpdoeknpnclenhlmblmenpafkbcgdbg
Description Sets focus to newly opened tabs.
Taille du Fichier 4.39 KB
Nombre d'Installations 9,848
Version Actuelle 1.0
Dernière Mise à Jour 2018-06-11
Date de Publication 2018-06-11
Évaluation 4.69/5 Total 104 Évaluations
Développeur Arctic Phoenix
Type de Paiement free
Site Web de l'Extension http://groups.google.com/group/arctic-phoenix
URL de la Page d'Aide http://groups.google.com/group/arctic-phoenix
Langues Prises en Charge 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
    }
}