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
} | |