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
官方網址 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
電子郵箱 [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"
    }
}