TabTakeover

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

Co to jest TabTakeover?

TabTakeover to rozszerzenie Chrome opracowane przez nwoodward, a jego główną funkcją jest „Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TabTakeover

Pobierz pliki rozszerzeń TabTakeover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa TabTakeover TabTakeover
ID ckkjhljgpbhjefionmlnolnjndkmlagp
Oficjalny URL https://chromewebstore.google.com/detail/tabtakeover/ckkjhljgpbhjefionmlnolnjndkmlagp
Opis Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.
Rozmiar pliku 8.13 KB
Liczba instalacji 104
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-09-28
Data Publikacji 2020-09-07
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper nwoodward
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}