Page Scroller

Adds Scroll function to your mouse.

Wat is Page Scroller?

Page Scroller is een Chrome-extensie ontwikkeld door hiatamaworkshop, en de belangrijkste functie is "Adds Scroll function to your mouse.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Page Scroller

Download Page Scroller-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

                        - Holding left click button and touching the left end of the screen will scroll back to the top of the page. 

- Holding left click button and touching the right end of the screen will cancel the previous scroll.                    

Basisinformatie over de Extensie

Naam Page Scroller Page Scroller
ID hfknpfhjgikidapfikdknedojecdlehn
Officiële URL https://chrome.google.com/webstore/detail/page-scroller/hfknpfhjgikidapfikdknedojecdlehn
Beschrijving Adds Scroll function to your mouse.
Bestandsgrootte 8.28 KB
Aantal Installaties 93
Huidige Versie 0.1.1
Laatst Bijgewerkt 2017-01-11
Publicatiedatum 2017-01-11
Ontwikkelaar hiatamaworkshop
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Scroller",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Adds Scroll function to your mouse.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "scroller.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}