Edge Scroll
Scroll the page via the edges
Co je Edge Scroll?
Edge Scroll je rozšíření Chrome vyvinuté http://smallurl.in, a jeho hlavní funkcí je „Scroll the page via the edges“.
Stáhnout soubor CRX rozšíření Edge Scroll
Stáhněte si soubory rozšíření Edge Scroll ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | ![]() |
ID | kdkokagnnhehebchcapggfdfhnaapnpf |
Oficiální URL | https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf |
Popis | Scroll the page via the edges |
Velikost souboru | 3.6 KB |
Počet instalací | 20 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2014-08-15 |
Datum Vydání | 2014-08-15 |
Hodnocení | 4.25/5 Celkem 4 Hodnocení |
Vývojář | http://smallurl.in |
Typ Platby | free |
Podporované Jazyky | 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 } |