Tabs to Front v2

Brings newly created tabs to the foreground.

Was ist Tabs to Front v2?

Tabs to Front v2 ist eine Chrome-Erweiterung, die von DougCuk42 entwickelt wurde, und ihr Hauptmerkmal ist "Brings newly created tabs to the foreground.".

Erweiterungsscreenshots

screenshot

Tabs to Front v2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabs to Front v2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tabs to Front v2 Tabs to Front v2
ID iiojfifkpjkhcdjfgekmfobhfdohlecg
Offizielle URL https://chromewebstore.google.com/detail/tabs-to-front-v2/iiojfifkpjkhcdjfgekmfobhfdohlecg
Beschreibung Brings newly created tabs to the foreground.
Dateigröße 10.93 KB
Installationsanzahl 8,000
Aktuelle Version 2.1
Letztes Update 2022-05-11
Veröffentlichungsdatum 2019-01-02
Bewertung 4.46/5 Insgesamt 13 Bewertungen
Entwickler DougCuk42
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}