New tabs to the front

Brings newly created tabs to the foreground.

Was ist New tabs to the front?

New tabs to the front ist eine Chrome-Erweiterung, die von amahnk entwickelt wurde, und ihr Hauptmerkmal ist "Brings newly created tabs to the foreground.".

Erweiterungsscreenshots

screenshot

New tabs to the front-Erweiterungs-CRX-Datei herunterladen

Laden Sie New tabs to the front-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

                        This extension forces new tabs to open in the foreground, rather than the background.

Enjoy!                    

Grundlegende Informationen zur Erweiterung

Name New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
Offizielle URL https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
Beschreibung Brings newly created tabs to the foreground.
Dateigröße 30.34 KB
Installationsanzahl 754
Aktuelle Version 0.0.2
Letztes Update 2018-06-11
Veröffentlichungsdatum 2018-06-11
Bewertung 4.63/5 Insgesamt 8 Bewertungen
Entwickler amahnk
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "name": "New tabs to the front",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}