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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
        }
    ]
}