TabTakeover

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

Qu'est-ce que TabTakeover ?

TabTakeover est une extension Chrome développée par nwoodward, et sa fonction principale est "Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TabTakeover

Téléchargez les fichiers d'extension TabTakeover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TabTakeover TabTakeover
ID ckkjhljgpbhjefionmlnolnjndkmlagp
URL Officiel https://chromewebstore.google.com/detail/tabtakeover/ckkjhljgpbhjefionmlnolnjndkmlagp
Description Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.
Taille du Fichier 8.13 KB
Nombre d'Installations 104
Version Actuelle 1.2
Dernière Mise à Jour 2020-09-28
Date de Publication 2020-09-07
Évaluation 5.00/5 Total 7 Évaluations
Développeur nwoodward
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}