No Mouse Wheel Zoom

Prevents Ctrl + Scroll zoom

No Mouse Wheel Zoomคืออะไร?

No Mouse Wheel Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bitbute.tech และคุณลักษณะหลักของมันคือ "Prevents Ctrl + Scroll zoom"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Mouse Wheel Zoom

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

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

                        NoMouseWheelZoom
================
Installation Instructions
    1. Install the extension
    2. Go to extension settings. Make sure that "allow access to file url's" is checked
    3. Refresh Your tabs
v 2.0.0
Changelog

Fixed passive event listener issue

This extension disables the annoying zoom shortcut Ctrl + Mousewheel.

People who heavily use the Control key for changing tabs, opening links in new Tabs etc, the sudden zooming/unzooming of the page gets very irritating. This extension disables the shortcut in Chrome.

You can still use other extensions or settings for changing the zoom level.

Compatibility: It works only with Chrome. It fails in the Chromium-browser.                    

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

ชื่อ No Mouse Wheel Zoom No Mouse Wheel Zoom
ID ckhlfagjncfmdieecfekjbpnnaekhlhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/no-mouse-wheel-zoom/ckhlfagjncfmdieecfekjbpnnaekhlhd
คำอธิบาย Prevents Ctrl + Scroll zoom
ขนาดไฟล์ 371 KB
จำนวนการติดตั้ง 10,708
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2021-05-06
วันที่เผยแพร่ 2014-10-29
คะแนน 3.59/5 รวมทั้งหมด 203 คะแนน
ผู้พัฒนา bitbute.tech
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.0",
    "short_name": "No Mouse Wheel Zoom",
    "name": "No Mouse Wheel Zoom",
    "description": "Prevents Ctrl + Scroll zoom",
    "browser_action": {
        "default_title": "CRE",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}