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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marek-szczepankiewicz-1122 และคุณลักษณะหลักของมันคือ "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
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open link in same tab, pop-up as tab

ดาวน์โหลดไฟล์ส่วนขยาย Open link in same tab, pop-up as tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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.
If you hate when you click the link and Chrome opens it in a new or a new background tab, or even in a new window, then this extension is for you.

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

Version 2.6: - Fixed some cases where popups could not open same tab due to extension upgrade to manifest v3

Version 2.5: - Fix some bug
- Fix some page can't open popup same tab

Version 2.4: - Add new feature:
- View all link open popup.
- Manage all tabs current window.
- Share link of tab on Twitter, LinkedIn and Facebook.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open link in same tab, pop-up as tab Open link in same tab, pop-up as tab
ID jmphljmgnagblkombahigniilhnbadca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jmphljmgnagblkombahigniilhnbadca
คำอธิบาย 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.
ขนาดไฟล์ 78.41 KB
จำนวนการติดตั้ง 102,525
เวอร์ชันปัจจุบัน 2.8
อัปเดตครั้งล่าสุด 2023-08-04
วันที่เผยแพร่ 2017-11-02
คะแนน 4.41/5 รวมทั้งหมด 567 คะแนน
ผู้พัฒนา marek-szczepankiewicz-1122
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/extensions-privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Open link in same tab, pop-up as tab",
    "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": "2.8",
    "icons": {
        "16": ".\/assets\/logo.png",
        "48": ".\/assets\/logo.png",
        "128": ".\/assets\/logo.png"
    },
    "action": {
        "default_icon": ".\/assets\/logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "web_accessible_resources": []
}