Lyrics Scroller

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

Vad är Lyrics Scroller?

Lyrics Scroller är en Chrome-tillägg utvecklad av adik59871, och dess huvudfunktion är "Scrolls page down automatically to help musicians read lyrics while recording songs".

Tilläggsskärmbilder

screenshot

Ladda ner Lyrics Scroller-förlängningens CRX-fil

Ladda ner Lyrics Scroller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Lyrics Scroller Lyrics Scroller
ID bmcmfccgdcilkfclfaghimpobilmgaoi
Officiell webbadress https://chromewebstore.google.com/detail/lyrics-scroller/bmcmfccgdcilkfclfaghimpobilmgaoi
Beskrivning Scrolls page down automatically to help musicians read lyrics while recording songs
Filstorlek 70.22 KB
Antal Installationer 388
Aktuell Version 1.5
Senast Uppdaterad 2021-12-28
Publiceringsdatum 2020-06-19
Utvecklare adik59871
E-post [email protected]
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}