TabTakeover

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

Apa itu TabTakeover?

TabTakeover adalah ekstensi Chrome yang dikembangkan oleh nwoodward, dan fitur utamanya adalah "Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TabTakeover

Unduh file ekstensi TabTakeover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama TabTakeover TabTakeover
ID ckkjhljgpbhjefionmlnolnjndkmlagp
URL Resmi https://chromewebstore.google.com/detail/tabtakeover/ckkjhljgpbhjefionmlnolnjndkmlagp
Deskripsi Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.
Ukuran File 8.13 KB
Jumlah Instalasi 104
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-09-28
Tanggal Publikasi 2020-09-07
Penilaian 5.00/5 Total 7 Penilaian
Pengembang nwoodward
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}