Google Music Lyrics

Toggle lyrics panel inside Google Music for the current playing song

什麼是Google Music Lyrics?

Google Music Lyrics是由https://code.coolersport.info開發的Chrome擴展程式,該擴展的主要功能是“Toggle lyrics panel inside Google Music for the current playing song”。

擴展截圖

screenshot

下載Google Music Lyrics擴展crx文件

下載Google Music Lyrics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Google Music Lyrics Google Music Lyrics
ID lgajamomkbjmlfajpfhahdocjkcpienh
官方網址 https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh
簡介 Toggle lyrics panel inside Google Music for the current playing song
檔案大小 27.78 KB
安裝次數 1,234
目前版本 1.2
更新時間 2015-12-27
上架時間 2015-12-27
評分 2.00/5 共 3 次評分
開發者 https://code.coolersport.info
付費類型 free
擴展官網 http://code.coolersport.info/misc/google-music-lyrics/
說明頁面URL http://code.coolersport.info/misc/google-music-lyrics/
支援的語言 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
}