Open Links in New Tab

Ensures all links open in a new tab.

Open Links in New Tabคืออะไร?

Open Links in New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sassnathan และคุณลักษณะหลักของมันคือ "Ensures all links open in a new tab."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Links in New Tab

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

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

                        Why Use Open Links in New Tab?

Navigating the web can involve clicking through a myriad of links. Open Links in New Tab simplifies your browsing experience by automatically opening all links in new tabs. No more right-clicking or using keyboard shortcuts; let this extension do the work for you!

Features:

🌐 Universal Compatibility: Works on all websites.
🛠️ Simple Interface: Just one checkbox to enable or disable the feature.
🟢 Status Indicator: A badge on the extension icon shows whether the feature is currently ON or OFF.
How to Use:

Install the Extension: Add it to Chrome from the Chrome Web Store.
Click the Icon: Find the extension icon in your toolbar and click it.
Enable or Disable: Use the popup checkbox to turn the feature ON or OFF.                    

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

ชื่อ Open Links in New Tab Open Links in New Tab
ID facnjbdmmbddmojfmpfknnkihjcikgon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-links-in-new-tab/facnjbdmmbddmojfmpfknnkihjcikgon
คำอธิบาย Ensures all links open in a new tab.
ขนาดไฟล์ 5.34 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-08-29
วันที่เผยแพร่ 2023-08-28
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา sassnathan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Nathan-S19/OpenLinksInNewTab-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Open Links in New Tab",
    "version": "1.0",
    "description": "Ensures all links open in a new tab.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}

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