Fix Chrome middle click behaviour

Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.

Fix Chrome middle click behaviourคืออะไร?

Fix Chrome middle click behaviour เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Will Hirsch และคุณลักษณะหลักของมันคือ "Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix Chrome middle click behaviour

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

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

                                            

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

ชื่อ Fix Chrome middle click behaviour Fix Chrome middle click behaviour
ID ndinbeikllkfjbmlfghokbkmcciflpek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek
คำอธิบาย Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.
ขนาดไฟล์ 6.19 KB
จำนวนการติดตั้ง 2,577
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-12-20
วันที่เผยแพร่ 2013-12-19
คะแนน 4.43/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา Will Hirsch
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "version": "1.1",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}