WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Scroller - Guitar Tab Auto Scroll

Tab Scroller - Guitar Tab Auto Scroll

View on Chrome Web Store
View Tab Scroller - Guitar Tab Auto Scroll Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (47 ratings)
4 views
This extension has been viewed 4 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Auto scroll designed especially for guitar tablature, pdf / text files, sheet music and chords or any website. Full keyboard control
Type
Extension
Users
7,000 users
1K
tabscroller
View author page of tabscroller
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 12, 2016
Version 2.0.0
Manifest version
3
Updated
Updated on November 1, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tab Scroller - Guitar Tab Auto Scroll Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Scroller - Guitar Tab Auto Scroll",
    "version": "2.0.0",
    "description": "Auto scroll designed especially for guitar tablature, pdf \/ text files, sheet music and chords or any website. Full keyboard control",
    "short_name": "Tab Scroller",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Tab Scroller",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/commonUtils.min.js",
                "js\/contentUtils.min.js",
                "js\/jquery.scrollTo.min.js",
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "bg.min.js"
    },
    "permissions": [
        "tabs",
        "management",
        "storage"
    ],
    "homepage_url": "http:\/\/www.tabscroller.com"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top