Lyrics Scroller

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

Co je Lyrics Scroller?

Lyrics Scroller je rozšíření Chrome vyvinuté adik59871, a jeho hlavní funkcí je „Scrolls page down automatically to help musicians read lyrics while recording songs“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Lyrics Scroller

Stáhněte si soubory rozšíření Lyrics Scroller ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Lyrics Scroller Lyrics Scroller
ID bmcmfccgdcilkfclfaghimpobilmgaoi
Oficiální URL https://chromewebstore.google.com/detail/lyrics-scroller/bmcmfccgdcilkfclfaghimpobilmgaoi
Popis Scrolls page down automatically to help musicians read lyrics while recording songs
Velikost souboru 70.22 KB
Počet instalací 388
Aktuální Verze 1.5
Poslední Aktualizace 2021-12-28
Datum Vydání 2020-06-19
Vývojář adik59871
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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",
        ""
    ]
}