Page Scroller

Adds Scroll function to your mouse.

What is Page Scroller?

Page Scroller is a Chrome extension developed by hiatamaworkshop, and its main feature is "Adds Scroll function to your mouse.".

Extension Screenshots

screenshot

Download Page Scroller Extension CRX File

Download Page Scroller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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.                    

Extension Basic Information

Name Page Scroller Page Scroller
ID hfknpfhjgikidapfikdknedojecdlehn
Official URL https://chrome.google.com/webstore/detail/page-scroller/hfknpfhjgikidapfikdknedojecdlehn
Description Adds Scroll function to your mouse.
File Size 8.28 KB
Installation Count 93
Current Version 0.1.1
Last Updated 2017-01-11
Publish Date 2017-01-11
Developer hiatamaworkshop
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}