Tab Scroller - Guitar Tab Auto Scroll

Auto scroll designed especially for guitar tablature, pdf / text files, sheet music and chords or any website. Full keyboard control

Tab Scroller - Guitar Tab Auto Scrollคืออะไร?

Tab Scroller - Guitar Tab Auto Scroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tabscroller.com และคุณลักษณะหลักของมันคือ "Auto scroll designed especially for guitar tablature, pdf / text files, sheet music and chords or any website. Full keyboard control"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Scroller - Guitar Tab Auto Scroll

ดาวน์โหลดไฟล์ส่วนขยาย Tab Scroller - Guitar Tab Auto Scroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tabscroller is an auto scroll and metronome tool which is able to auto scroll any web site, Text file, google docs or PDF file. It is very useful for music reading (sheet music, tablatures, notes, chords...) for any instrument. 

Tabscroller was developed especially for music reading in order to minimize distractions from you’re playing to scroll the page.  

Tabscroller works on any web site and you can find others usages for it such as:  reading, pictures ... and more.

** the app itself does not contain any tablatures or files it just gives the ability to auto scroll them. 

✓ Easy to use - play, pause, stop (scrolls to the top of the page) and replay buttons 

✓ PDF files - load your own PDF files locally 

✓ Google Docs - load your own google docs files 

✓ Text files - load your own Text files locally 

✓ Metronome -  enable/disable metronome click while auto scrolling

✓ Choose your own scroll speed - you can set your own scroll speed by clicking on one of six presets or manually.

✓ Zoom in/out

✓ Save your settings - settings are saved automatically for each url and will be loaded each time you return to it.

✓ Full keyboard control - each control on the panel can be controlled via a keyboard shortcut. Just click the info icon and the full list of the shortcuts will appear  

✓ Three display modes - Regular, Minimized and Keyboard mode

Keyboard shortcuts
enter, space - play/pause
r - replay
t - stop
↑ - scroll up
↓ - scroll down
← - decrease speed
→ - increase speed
k - Keyboard Info
ctrl p - open pdf file
ctrl m - metronome on/off
ctrl 1 to 6 - presets 1 to 6
ctrl + zoom in
ctrl - zoom out                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Scroller - Guitar Tab Auto Scroll Tab Scroller - Guitar Tab Auto Scroll
ID niepofkdkfigkcabifpgagjlhecpjdcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-scroller-guitar-tab-a/niepofkdkfigkcabifpgagjlhecpjdcm
คำอธิบาย Auto scroll designed especially for guitar tablature, pdf / text files, sheet music and chords or any website. Full keyboard control
ขนาดไฟล์ 816 KB
จำนวนการติดตั้ง 8,070
เวอร์ชันปัจจุบัน 1.0.2.3
อัปเดตครั้งล่าสุด 2021-05-18
วันที่เผยแพร่ 2019-10-13
คะแนน 4.26/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา https://www.tabscroller.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.tabscroller.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Scroller - Guitar Tab Auto Scroll",
    "version": "1.0.2.3",
    "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",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_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.es5.min.js",
                "js\/contentUtils.es5.min.js",
                "js\/jquery.scrollTo.min.js",
                "content.es5.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "bg.es5.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "management"
    ],
    "homepage_url": "http:\/\/www.tabscroller.com"
}