Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
}