Lyrics Scroller

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

Cos'è Lyrics Scroller?

Lyrics Scroller è un'estensione di Chrome sviluppata da adik59871, e la sua funzione principale è "Scrolls page down automatically to help musicians read lyrics while recording songs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lyrics Scroller

Scarica i file di estensione Lyrics Scroller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Lyrics Scroller Lyrics Scroller
ID bmcmfccgdcilkfclfaghimpobilmgaoi
URL Ufficiale https://chromewebstore.google.com/detail/lyrics-scroller/bmcmfccgdcilkfclfaghimpobilmgaoi
Descrizione Scrolls page down automatically to help musicians read lyrics while recording songs
Dimensione del File 70.22 KB
Conteggio Installazioni 388
Versione Corrente 1.5
Ultimo Aggiornamento 2021-12-28
Data di Pubblicazione 2020-06-19
Sviluppatore adik59871
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}