Edge Scroll
Scroll the page via the edges
Co to jest Edge Scroll?
Edge Scroll to rozszerzenie Chrome opracowane przez http://smallurl.in, a jego główną funkcją jest „Scroll the page via the edges”.
Pobierz plik CRX rozszerzenia Edge Scroll
Pobierz pliki rozszerzeń Edge Scroll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | kdkokagnnhehebchcapggfdfhnaapnpf |
Oficjalny URL | https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf |
Opis | Scroll the page via the edges |
Rozmiar pliku | 3.6 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2014-08-15 |
Data Publikacji | 2014-08-15 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | http://smallurl.in |
Typ Płatności | free |
Obsługiwane Języki | 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 } |