TabTakeover

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

TabTakeoverとは何ですか?

TabTakeoverはnwoodwardによって開発されたChromeの拡張機能で、その主な機能は「Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.」です。

拡張機能のスクリーンショット

screenshot

TabTakeover拡張機能のCRXファイルをダウンロード

TabTakeover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 TabTakeover TabTakeover
ID ckkjhljgpbhjefionmlnolnjndkmlagp
公式URL https://chromewebstore.google.com/detail/tabtakeover/ckkjhljgpbhjefionmlnolnjndkmlagp
説明 Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.
ファイルサイズ 8.13 KB
インストール数 104
現在のバージョン 1.2
最終更新日 2020-09-28
公開日 2020-09-07
評価 5.00/5 合計 7 レビュー
開発者 nwoodward
Eメール [email protected]
支払い方法 free
対応言語 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
}