Edge Scroll
Scroll the page via the edges
What is Edge Scroll?
Edge Scroll is a Chrome extension developed by http://smallurl.in, and its main feature is "Scroll the page via the edges".
Download Edge Scroll Extension CRX File
Download Edge Scroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | ![]() |
ID | kdkokagnnhehebchcapggfdfhnaapnpf |
Official URL | https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf |
Description | Scroll the page via the edges |
File Size | 3.6 KB |
Installation Count | 20 |
Current Version | 0.0.1 |
Last Updated | 2014-08-15 |
Publish Date | 2014-08-15 |
Rating | 4.25/5 Total 4 Ratings |
Developer | http://smallurl.in |
Payment Type | free |
Supported Languages | 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 } |