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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | lgajamomkbjmlfajpfhahdocjkcpienh |
| 官方URL | 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
} | |