Edge Scroll
Scroll the page via the edges
Edge Scroll क्या है?
Edge Scroll http://smallurl.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll the page via the edges"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Edge Scroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WIP Edge Scrolling Extension, When your cursor is within a certain distance of any edge (100px) the page will scroll for you. Closer to the edge the faster it scrolls! This is currently Work In Progress and will soon acquire a settings panel with some customiseable options. To disable edge scrolling simply disable the extension!
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | kdkokagnnhehebchcapggfdfhnaapnpf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf |
विवरण | Scroll the page via the edges |
फ़ाइल का आकार | 3.6 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2014-08-15 |
प्रकाशन तिथि | 2014-08-15 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | http://smallurl.in |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edge Scroll", "description": "Scroll the page via the edges", "version": "0.0.1", "author": "Xeonr Network", "incognito": "split", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scroller_script.js" ] } ], "manifest_version": 2 } |