TabTakeover

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

What is TabTakeover?

TabTakeover is a Chrome extension developed by nwoodward, and its main feature is "Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.".

Extension Screenshots

screenshot

Download TabTakeover Extension CRX File

Download TabTakeover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name TabTakeover TabTakeover
ID ckkjhljgpbhjefionmlnolnjndkmlagp
Official URL 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.
File Size 8.13 KB
Installation Count 104
Current Version 1.2
Last Updated 2020-09-28
Publish Date 2020-09-07
Rating 5.00/5 Total 7 Ratings
Developer nwoodward
Email [email protected]
Payment Type free
Supported Languages 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
}