No Mouse Wheel Zoom

Prevents Ctrl + Scroll zoom

No Mouse Wheel Zoom क्या है?

No Mouse Wheel Zoom bitbute.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents Ctrl + Scroll zoom"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में No Mouse Wheel Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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