Chrome Wheel
Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior.
Chrome Wheel क्या है?
Chrome Wheel http://samskivert.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome Wheel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Back in the good old days, ctrl-mousewheel or alt-mousewheel scrolled the page in large (full page) increments. That was actually useful. Then someone had the genius idea of making that scale the page up or down. Not so useful in my humble opinion, so this plugin restores the "scroll faster" behavior.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ceooplgmfmmjjbmnmhnpnmkikmmcikbn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/chrome-wheel/ceooplgmfmmjjbmnmhnpnmkikmmcikbn |
विवरण | Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior. |
फ़ाइल का आकार | 3.52 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-12-02 |
प्रकाशन तिथि | 2016-12-02 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | http://samskivert.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Wheel", "version": "1.0.1", "description": "Makes alt\/shift\/ctrl-scrollwheel scroll in large increments instead of default behavior.", "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "chromewheel.js" ], "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "all_frames": true } ] } |