Give me back my scroll wheel

Capture any click event and cancel its propagation if the scroll wheel was used.

ما هو Give me back my scroll wheel؟

Give me back my scroll wheel هو إضافة Chrome تم تطويرها بواسطة https://ewoutkleinsmann.com، والميزة الرئيسية لها هي "Capture any click event and cancel its propagation if the scroll wheel was used.".

تحميل ملف CRX للإضافة Give me back my scroll wheel

قم بتنزيل ملفات الامتداد Give me back my scroll wheel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم Give me back my scroll wheel Give me back my scroll wheel
ID kfdffnefaojncoocjegphgaphgbkogpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi
الوصف Capture any click event and cancel its propagation if the scroll wheel was used.
حجم الملف 32.21 KB
عدد التثبيتات 21
النسخة الحالية 0.2
آخر تحديث 2012-08-13
تاريخ النشر 2012-08-13
تقييم 5.00/5 مجموع تقييمات 3
المطور https://ewoutkleinsmann.com
نوع الدفع free
موقع الإضافة http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/
اللغات المدعومة nl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Give me back my scroll wheel",
    "version": "0.2",
    "description": "Capture any click event and cancel its propagation if the scroll wheel was used.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}