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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
            ]
        }
    ]
}