Lyrics Scroller

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

Co to jest Lyrics Scroller?

Lyrics Scroller to rozszerzenie Chrome opracowane przez adik59871, a jego główną funkcją jest „Scrolls page down automatically to help musicians read lyrics while recording songs”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lyrics Scroller

Pobierz pliki rozszerzeń Lyrics Scroller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Lyrics Scroller Lyrics Scroller
ID bmcmfccgdcilkfclfaghimpobilmgaoi
Oficjalny URL https://chromewebstore.google.com/detail/lyrics-scroller/bmcmfccgdcilkfclfaghimpobilmgaoi
Opis Scrolls page down automatically to help musicians read lyrics while recording songs
Rozmiar pliku 70.22 KB
Liczba instalacji 388
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2021-12-28
Data Publikacji 2020-06-19
Deweloper adik59871
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}