New tabs to the front

Brings newly created tabs to the foreground.

Cos'è New tabs to the front?

New tabs to the front è un'estensione di Chrome sviluppata da amahnk, e la sua funzione principale è "Brings newly created tabs to the foreground.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione New tabs to the front

Scarica i file di estensione New tabs to the front 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

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

Enjoy!                    

Informazioni di Base sull'Estensione

Nome New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
URL Ufficiale https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
Descrizione Brings newly created tabs to the foreground.
Dimensione del File 30.34 KB
Conteggio Installazioni 754
Versione Corrente 0.0.2
Ultimo Aggiornamento 2018-06-11
Data di Pubblicazione 2018-06-11
Valutazione 4.63/5 Totale 8 Valutazioni
Sviluppatore amahnk
Tipo di Pagamento free
Lingue Supportate 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"
}