Tabs to Front v2

Brings newly created tabs to the foreground.

Qu'est-ce que Tabs to Front v2 ?

Tabs to Front v2 est une extension Chrome développée par DougCuk42, et sa fonction principale est "Brings newly created tabs to the foreground.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tabs to Front v2

Téléchargez les fichiers d'extension Tabs to Front v2 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

                        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.                    

Informations de Base sur l'Extension

Nom Tabs to Front v2 Tabs to Front v2
ID iiojfifkpjkhcdjfgekmfobhfdohlecg
URL Officiel https://chromewebstore.google.com/detail/tabs-to-front-v2/iiojfifkpjkhcdjfgekmfobhfdohlecg
Description Brings newly created tabs to the foreground.
Taille du Fichier 10.93 KB
Nombre d'Installations 8,000
Version Actuelle 2.1
Dernière Mise à Jour 2022-05-11
Date de Publication 2019-01-02
Évaluation 4.46/5 Total 13 Évaluations
Développeur DougCuk42
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}