Lyrics Scroller

Scrolls page down automatically to help musicians read lyrics while recording songs

Was ist Lyrics Scroller?

Lyrics Scroller ist eine Chrome-Erweiterung, die von adik59871 entwickelt wurde, und ihr Hauptmerkmal ist "Scrolls page down automatically to help musicians read lyrics while recording songs".

Erweiterungsscreenshots

screenshot

Lyrics Scroller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lyrics Scroller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Open a lyrics webpage, then start scrolling using the plugin without using your hands. Scrolls page down automatically to help musicians read lyrics while recording / jamming songs.

Small chrome extension to help me personally when playing the guitar and working out the lyrics and chords of a song. Hope it helps you top! 

If you like this extension, would be much obliged if you could rate it!                    

Grundlegende Informationen zur Erweiterung

Name Lyrics Scroller Lyrics Scroller
ID bmcmfccgdcilkfclfaghimpobilmgaoi
Offizielle URL https://chromewebstore.google.com/detail/lyrics-scroller/bmcmfccgdcilkfclfaghimpobilmgaoi
Beschreibung Scrolls page down automatically to help musicians read lyrics while recording songs
Dateigröße 70.22 KB
Installationsanzahl 388
Aktuelle Version 1.5
Letztes Update 2021-12-28
Veröffentlichungsdatum 2020-06-19
Entwickler adik59871
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyrics Scroller",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Scrolls page down automatically to help musicians read lyrics while recording songs",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "app",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}