Autoscroll Plus

Customizable autoscroll with 3 modes and per-URL saving/loading.

Τι είναι το Autoscroll Plus;

Το Autoscroll Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rhuost, και η κύρια λειτουργία του είναι "Customizable autoscroll with 3 modes and per-URL saving/loading.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Autoscroll Plus

Λήψη αρχείων επέκτασης Autoscroll Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Designed to be both powerful and convenient, Autoscroll Plus has three modes and the ability to save and load profiles per URL. Ideal for reading, browsing, and playing along to music.
Click the extension icon to activate the extension and open the UI menu.

Three modes:
1. Fixed-speed smooth scroll: Automatic scrolling at a precise speed from user input and/or directional buttons.
2. Periodic scroll: Set the page to scroll a specific amount every given number of seconds; perfect for hands-off reading.
3. Timed waypoints: Enter a scroll duration and choose a point on the page (or the top or bottom) to have the page scroll and arrive at that point after the given amount of time; perfect for playing along to guitar tabs and sheet music.

Save/Load:
If you've found the perfect scroll speed for a page, you can save it and load it again whenever you visit the same URL.

Hotkeys (activated by opening UI panel; focus must be on webpage):
Space - Pause/Resume
Backspace - Stop
Arrow Keys - Increment Speed


Feedback and bug reports are welcome!
Get in touch via the Chrome Web Store or email [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Autoscroll Plus Autoscroll Plus
ID bfmjencelpeamkghefocgikggchnnljk
Επίσημο URL https://chromewebstore.google.com/detail/autoscroll-plus/bfmjencelpeamkghefocgikggchnnljk
Περιγραφή Customizable autoscroll with 3 modes and per-URL saving/loading.
Μέγεθος Αρχείου 205 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2021-08-22
Ημερομηνία Δημοσίευσης 2021-08-22
Αξιολόγηση 3.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής rhuost
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoscroll Plus",
    "description": "Customizable autoscroll with 3 modes and per-URL saving\/loading.",
    "version": "0.0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "src\/popup.html"
    },
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    }
}