TabTakeover

Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.

Cos'è TabTakeover?

TabTakeover è un'estensione di Chrome sviluppata da nwoodward, e la sua funzione principale è "Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TabTakeover

Scarica i file di estensione TabTakeover 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

                        Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.                    

Informazioni di Base sull'Estensione

Nome TabTakeover TabTakeover
ID ckkjhljgpbhjefionmlnolnjndkmlagp
URL Ufficiale https://chromewebstore.google.com/detail/tabtakeover/ckkjhljgpbhjefionmlnolnjndkmlagp
Descrizione Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.
Dimensione del File 8.13 KB
Conteggio Installazioni 104
Versione Corrente 1.2
Ultimo Aggiornamento 2020-09-28
Data di Pubblicazione 2020-09-07
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore nwoodward
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabTakeover",
    "description": "Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}