Smooth Scroller

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

Qu'est-ce que Smooth Scroller ?

Smooth Scroller est une extension Chrome développée par katherinepeterson96, et sa fonction principale est "Automatically scroll a page smoothly by pressing the "s" key".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smooth Scroller

Téléchargez les fichiers d'extension Smooth Scroller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Smooth Scroller Smooth Scroller
ID hjgekbidepgklcmfjmnhdkgjbdodhggb
URL Officiel https://chromewebstore.google.com/detail/smooth-scroller/hjgekbidepgklcmfjmnhdkgjbdodhggb
Description Automatically scroll a page smoothly by pressing the "s" key
Taille du Fichier 6.94 KB
Nombre d'Installations 38
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-11
Date de Publication 2021-02-10
Évaluation 3.00/5 Total 2 Évaluations
Développeur katherinepeterson96
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}