TabTakeover

Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.

TabTakeoverคืออะไร?

TabTakeover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nwoodward และคุณลักษณะหลักของมันคือ "Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabTakeover

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

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

                        Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.                    

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

ชื่อ TabTakeover TabTakeover
ID ckkjhljgpbhjefionmlnolnjndkmlagp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabtakeover/ckkjhljgpbhjefionmlnolnjndkmlagp
คำอธิบาย Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.
ขนาดไฟล์ 8.13 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-09-28
วันที่เผยแพร่ 2020-09-07
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา nwoodward
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabTakeover",
    "description": "Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}