Lyrics Scroller

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

什么是Lyrics Scroller?

Lyrics Scroller是由adik59871开发的Chrome扩展程序,该扩展的主要功能是“Scrolls page down automatically to help musicians read lyrics while recording songs”。

扩展截图

screenshot

下载Lyrics Scroller扩展crx文件

下载Lyrics Scroller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Lyrics Scroller Lyrics Scroller
ID bmcmfccgdcilkfclfaghimpobilmgaoi
官方URL https://chromewebstore.google.com/detail/lyrics-scroller/bmcmfccgdcilkfclfaghimpobilmgaoi
简介 Scrolls page down automatically to help musicians read lyrics while recording songs
文件大小 70.22 KB
安装次数 388
当前版本 1.5
更新时间 2021-12-28
上架时间 2020-06-19
开发者 adik59871
电子邮箱 [email protected]
付费类型 free
支持的语言 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",
        ""
    ]
}