Link in Current Tab

Force all links to be opened in current tab instead of the new one

Link in Current Tabคืออะไร?

Link in Current Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SAGAN และคุณลักษณะหลักของมันคือ "Force all links to be opened in current tab instead of the new one"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link in Current Tab

ดาวน์โหลดไฟล์ส่วนขยาย Link in Current Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension forces all links to be opened in the current tab. It does it in a way that should work in ALL websites, even if the sites that load contents dynamically via AJAX.

Note You can still open a link in the new tab at any time, by clicking a link when holding the "Ctrl" key, or using the middle mouse button to open a link.

无视页面里 a 链接的 target="_blank" 属性, 强制所有链接在当前 tab 页打开.                    

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

ชื่อ Link in Current Tab Link in Current Tab
ID cbkcdebbfbegnmbephalggnchfebihbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/link-in-current-tab/cbkcdebbfbegnmbephalggnchfebihbl
คำอธิบาย Force all links to be opened in current tab instead of the new one
ขนาดไฟล์ 3.46 KB
จำนวนการติดตั้ง 194
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2018-06-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SAGAN
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sagan/chrome-extension-link-in-current-tab
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link in Current Tab",
    "description": "Force all links to be opened in current tab instead of the new one",
    "version": "1.0.11",
    "author": "Jacques De SAGAN",
    "manifest_version": 2,
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}

ส่วนขยายที่เกี่ยวข้อง