Google Music Lyrics

Toggle lyrics panel inside Google Music for the current playing song

What is Google Music Lyrics?

Google Music Lyrics is a Chrome extension developed by https://code.coolersport.info, and its main feature is "Toggle lyrics panel inside Google Music for the current playing song".

Extension Screenshots

screenshot

Download Google Music Lyrics Extension CRX File

Download Google Music Lyrics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is simply a bookmarklet published as a convenient extension for Chrome. You can view the details at http://code.coolersport.info/misc/google-music-lyrics.

Once installed, click on the extension button to toggle the lyrics panel inside google music tab.

Lyrics are served from http://lyrics.wikia.com where you can add the missing lyrics by yourself.                    

Extension Basic Information

Name Google Music Lyrics Google Music Lyrics
ID lgajamomkbjmlfajpfhahdocjkcpienh
Official URL https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh
Description Toggle lyrics panel inside Google Music for the current playing song
File Size 27.78 KB
Installation Count 1,234
Current Version 1.2
Last Updated 2015-12-27
Publish Date 2015-12-27
Rating 2.00/5 Total 3 Ratings
Developer https://code.coolersport.info
Payment Type free
Extension Website http://code.coolersport.info/misc/google-music-lyrics/
Help Page URL http://code.coolersport.info/misc/google-music-lyrics/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Music Lyrics",
    "short_name": "Music Lyrics",
    "description": "Toggle lyrics panel inside Google Music for the current playing song",
    "author": "Tien Tran",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Toggle Lyrics for Google Music",
        "default_icon": "music_sheet.png"
    },
    "manifest_version": 2
}