Autoscroll Plus

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

Autoscroll Plus क्या है?

Autoscroll Plus rhuost द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customizable autoscroll with 3 modes and per-URL saving/loading."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Autoscroll Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}