No-Alt-Mouse-Wheel

Prevent mouse wheel scrolling if alt is pressed

No-Alt-Mouse-Wheel क्या है?

No-Alt-Mouse-Wheel Lars Kiesow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent mouse wheel scrolling if alt is pressed"।

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

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

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

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

                        This comes in handy if system events are already bound to scrolling with modifier keys like for example the window managers desktop zoom accessibility feature which would otherwise cause page-scrolling in Chrome every time it is being used.                    

एक्सटेंशन की मूल जानकारी

नाम No-Alt-Mouse-Wheel No-Alt-Mouse-Wheel
ID hhkhclphjffknpneoimgmpegghdfgmjb
आधिकारिक URL https://chromewebstore.google.com/detail/no-alt-mouse-wheel/hhkhclphjffknpneoimgmpegghdfgmjb
विवरण Prevent mouse wheel scrolling if alt is pressed
फ़ाइल का आकार 16.6 KB
स्थापना संख्या 31
वर्तमान संस्करण 0.2
अंतिम अपडेट 2019-03-20
प्रकाशन तिथि 2019-03-14
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Lars Kiesow
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lkiesow/chromw-no-alt-mouse-wheel
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No-Alt-Mouse-Wheel",
    "description": "Prevent mouse wheel scrolling if alt is pressed",
    "version": "0.2",
    "author": "Lars Kiesow",
    "homepage_url": "https:\/\/github.com\/lkiesow\/chromw-no-alt-mouse-wheel",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "no-alt-wheel.js"
            ]
        }
    ]
}