Open link in this tab

Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.

Open link in this tabとは何ですか?

Open link in this tabはhttps://wis.amによって開発されたChromeの拡張機能で、その主な機能は「Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.」です。

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

screenshot

Open link in this tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.                    

拡張機能の基本情報

名前 Open link in this tab Open link in this tab
ID mgekbifamjphaakikmkphlpnlodeacnp
公式URL https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp
説明 Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
ファイルサイズ 11.94 KB
インストール数 83
現在のバージョン 1.0
最終更新日 2021-08-24
公開日 2021-08-24
評価 5.00/5 合計 1 レビュー
開発者 https://wis.am
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://wis.am/browser-extensions/open-link-in-this-tab
ヘルプページのURL https://wis.am/browser-extensions/open-link-in-this-tab
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open link in this tab",
    "author": "Wis [email protected]",
    "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab",
    "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/link16x16.png",
        "32": "icons\/link32x32.png",
        "48": "icons\/link48x48.png",
        "128": "icons\/link128x128.png"
    }
}