Edge Scroll

Scroll the page via the edges

Wat is Edge Scroll?

Edge Scroll is een Chrome-extensie ontwikkeld door http://smallurl.in, en de belangrijkste functie is "Scroll the page via the edges".

Download het CRX-bestand van de extensie Edge Scroll

Download Edge Scroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Edge Scroll Edge Scroll
ID kdkokagnnhehebchcapggfdfhnaapnpf
Officiële URL https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf
Beschrijving Scroll the page via the edges
Bestandsgrootte 3.6 KB
Aantal Installaties 20
Huidige Versie 0.0.1
Laatst Bijgewerkt 2014-08-15
Publicatiedatum 2014-08-15
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar http://smallurl.in
Betalingswijze free
Ondersteunde Talen 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
}