Edge Scroll

Scroll the page via the edges

Vad är Edge Scroll?

Edge Scroll är en Chrome-tillägg utvecklad av http://smallurl.in, och dess huvudfunktion är "Scroll the page via the edges".

Ladda ner Edge Scroll-förlängningens CRX-fil

Ladda ner Edge Scroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Edge Scroll Edge Scroll
ID kdkokagnnhehebchcapggfdfhnaapnpf
Officiell webbadress https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf
Beskrivning Scroll the page via the edges
Filstorlek 3.6 KB
Antal Installationer 20
Aktuell Version 0.0.1
Senast Uppdaterad 2014-08-15
Publiceringsdatum 2014-08-15
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare http://smallurl.in
Betalningssätt free
Stödda Språk 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
}