Smooth Scroller

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

Wat is Smooth Scroller?

Smooth Scroller is een Chrome-extensie ontwikkeld door katherinepeterson96, en de belangrijkste functie is "Automatically scroll a page smoothly by pressing the "s" key".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Smooth Scroller

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

                        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.                    

Basisinformatie over de Extensie

Naam Smooth Scroller Smooth Scroller
ID hjgekbidepgklcmfjmnhdkgjbdodhggb
Officiële URL https://chromewebstore.google.com/detail/smooth-scroller/hjgekbidepgklcmfjmnhdkgjbdodhggb
Beschrijving Automatically scroll a page smoothly by pressing the "s" key
Bestandsgrootte 6.94 KB
Aantal Installaties 38
Huidige Versie 1.0
Laatst Bijgewerkt 2021-02-11
Publicatiedatum 2021-02-10
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar katherinepeterson96
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}