Scroll Buddy

This extension allows you to automate page scrolling

Qu'est-ce que Scroll Buddy ?

Scroll Buddy est une extension Chrome développée par otoinsa, et sa fonction principale est "This extension allows you to automate page scrolling".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Scroll Buddy

Téléchargez les fichiers d'extension Scroll Buddy 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

                        Reading a book online or just tired of scrolling?
The usual auto-scroll plugins just ain't cutting it?

Scroll Buddy is here for you.



Control how many pixels to scroll with each line scrolled

Control the timeframe for scroll motion using milliseconds ( 1000 miliseconds = 1 second)

Right click menu to start/stop scrolling for convenience

Simple, elegant interface


Also the browser toolbar popup closes and starts scrolling when you hit the enter key regardless of focused element.                    

Informations de Base sur l'Extension

Nom Scroll Buddy Scroll Buddy
ID iijemcphocnlembodanflickfiafjnmk
URL Officiel https://chromewebstore.google.com/detail/scroll-buddy/iijemcphocnlembodanflickfiafjnmk
Description This extension allows you to automate page scrolling
Taille du Fichier 1.85 MB
Nombre d'Installations 1,058
Version Actuelle 1.1
Dernière Mise à Jour 2023-12-29
Date de Publication 2017-10-30
Évaluation 4.94/5 Total 18 Évaluations
Développeur otoinsa
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://digital-ninja.xyz
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "offline_enabled": true,
    "name": "Scroll Buddy",
    "description": "This extension allows you to automate page scrolling",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "contextMenus.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "64": "icon\/icon64.png",
        "128": "icon\/icon128.png"
    },
    "web_accessible_resources": [
        "icon\/icon48.png",
        "missing-values.png"
    ]
}