Give me back my scroll wheel
Capture any click event and cancel its propagation if the scroll wheel was used.
Give me back my scroll wheel क्या है?
Give me back my scroll wheel https://ewoutkleinsmann.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture any click event and cancel its propagation if the scroll wheel was used."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Give me back my scroll wheel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kfdffnefaojncoocjegphgaphgbkogpi |
आधिकारिक URL | https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi |
विवरण | Capture any click event and cancel its propagation if the scroll wheel was used. |
फ़ाइल का आकार | 32.21 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2012-08-13 |
प्रकाशन तिथि | 2012-08-13 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://ewoutkleinsmann.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/ |
समर्थित भाषाएँ | nl |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Give me back my scroll wheel", "version": "0.2", "description": "Capture any click event and cancel its propagation if the scroll wheel was used.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |