Tabs to Front v2

Brings newly created tabs to the foreground.

Cos'è Tabs to Front v2?

Tabs to Front v2 è un'estensione di Chrome sviluppata da DougCuk42, e la sua funzione principale è "Brings newly created tabs to the foreground.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tabs to Front v2

Scarica i file di estensione Tabs to Front v2 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Tabs to Front v2 Tabs to Front v2
ID iiojfifkpjkhcdjfgekmfobhfdohlecg
URL Ufficiale https://chromewebstore.google.com/detail/tabs-to-front-v2/iiojfifkpjkhcdjfgekmfobhfdohlecg
Descrizione Brings newly created tabs to the foreground.
Dimensione del File 10.93 KB
Conteggio Installazioni 8,000
Versione Corrente 2.1
Ultimo Aggiornamento 2022-05-11
Data di Pubblicazione 2019-01-02
Valutazione 4.46/5 Totale 13 Valutazioni
Sviluppatore DougCuk42
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}