Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

ما هو Disable Ctrl + Scroll Wheel Zoom؟

Disable Ctrl + Scroll Wheel Zoom هو إضافة Chrome تم تطويرها بواسطة phparkle، والميزة الرئيسية لها هي "Disables the ctrl + scroll wheel zoom shortcut in Chrome.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Disable Ctrl + Scroll Wheel Zoom

قم بتنزيل ملفات الامتداد Disable Ctrl + Scroll Wheel Zoom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        IMPORTANT NOTE:

Please test this extension on any website that is NOT the Chrome web store! Chrome does not allow extensions to run any code on the store itself.                    

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

الاسم Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
عنوان URL الرسمي https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
الوصف Disables the ctrl + scroll wheel zoom shortcut in Chrome.
حجم الملف 142 KB
عدد التثبيتات 3,552
النسخة الحالية 1.1.2
آخر تحديث 2023-08-24
تاريخ النشر 2020-03-09
تقييم 4.30/5 مجموع تقييمات 27
المطور phparkle
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Ctrl + Scroll Wheel Zoom",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Disables the ctrl + scroll wheel zoom shortcut in Chrome.",
    "homepage_url": "http:\/\/github.com\/phparkle\/disable-scroll-wheel-zoom",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "disable-scroll-wheel-zoom.min.js"
            ]
        }
    ]
}