Smooth Scroller

Automatically scroll a page smoothly by pressing the "s" key

What is Smooth Scroller?

Smooth Scroller is a Chrome extension developed by katherinepeterson96, and its main feature is "Automatically scroll a page smoothly by pressing the "s" key".

Extension Screenshots

screenshot

Download Smooth Scroller Extension CRX File

Download Smooth 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

                        Scroll down a webpage at a smooth pace with the press of a button.
Great for recording product/site demos or skimming a webpage. 

Press "S" to scroll.

Press "A" to scroll slowly
Press "D" to scroll fast

Press again to stop.                    

Extension Basic Information

Name Smooth Scroller Smooth Scroller
ID hjgekbidepgklcmfjmnhdkgjbdodhggb
Official URL https://chromewebstore.google.com/detail/smooth-scroller/hjgekbidepgklcmfjmnhdkgjbdodhggb
Description Automatically scroll a page smoothly by pressing the "s" key
File Size 6.94 KB
Installation Count 38
Current Version 1.0
Last Updated 2021-02-11
Publish Date 2021-02-10
Rating 3.00/5 Total 2 Ratings
Developer katherinepeterson96
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smooth Scroller",
    "description": "Automatically scroll a page smoothly by pressing the \"s\" key",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}