Open link in same tab, pop-up as tab

Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.

什麼是Open link in same tab, pop-up as tab?

Open link in same tab, pop-up as tab是由werty1st開發的Chrome擴展程式,該擴展的主要功能是“Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.”。

擴展截圖

screenshot

下載Open link in same tab, pop-up as tab擴展crx文件

下載Open link in same tab, pop-up as tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Converts popups to tabs                    

擴展基本資訊

名稱 Open link in same tab, pop-up as tab Open link in same tab, pop-up as tab
ID jbhbalpncehdfjnfcmmimecdhalmjjem
官方網址 https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jbhbalpncehdfjnfcmmimecdhalmjjem
簡介 Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.
檔案大小 451 KB
安裝次數 31,039
目前版本 3.1.2
更新時間 2020-05-07
上架時間 2020-05-07
評分 4.17/5 共 12 次評分
開發者 werty1st
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/werty1st/popup2tab/blob/master/readme.md
說明頁面URL https://github.com/werty1st/popup2tab/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open link in same tab, pop-up as tab",
    "short_name": "popup2tab",
    "description": "Forces Chrome to open new tabs instead of pop-up windows and\/or links in the same tab by default instead of new or background tab.",
    "version": "3.1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "256": "images\/icon256.png",
        "128": "images\/icon128.png",
        "96": "images\/icon96.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "style\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Open link in same tab, pop-up as tab [Free]"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}