Lyrics Scroller

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

O que é Lyrics Scroller?

Lyrics Scroller é uma extensão do Chrome desenvolvida por adik59871, e sua principal característica é "Scrolls page down automatically to help musicians read lyrics while recording songs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lyrics Scroller

Baixe arquivos de extensão Lyrics Scroller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Lyrics Scroller Lyrics Scroller
ID bmcmfccgdcilkfclfaghimpobilmgaoi
URL Oficial https://chromewebstore.google.com/detail/lyrics-scroller/bmcmfccgdcilkfclfaghimpobilmgaoi
Descrição Scrolls page down automatically to help musicians read lyrics while recording songs
Tamanho do Arquivo 70.22 KB
Contagem de Instalações 388
Versão Atual 1.5
Última Atualização 2021-12-28
Data de Publicação 2020-06-19
Desenvolvedor adik59871
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}