Lyrics Opener
Play Music(旧Google Music)上で再生中の曲の歌詞をワンクリックで別タブに表示します。 現在日本語の歌詞に対応しています。 機能1: Google Play…
What is Lyrics Opener?
Lyrics Opener is a Chrome extension developed by naofu.me, and its main feature is "Play Music(旧Google Music)上で再生中の曲の歌詞をワンクリックで別タブに表示します。 現在日本語の歌詞に対応しています。 機能1: Google Play…".
Extension Screenshots
Download Lyrics Opener Extension CRX File
Download Lyrics Opener 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
Play Music(旧Google Music)上で再生中の曲の歌詞をワンクリックで別タブに表示します。 現在日本語の歌詞に対応しています。 機能1: Google Play Music上でアイコンをクリックすると別タブに歌詞検索サイトでの検索結果を表示します。検索結果のいずれかを開き歌詞を閲覧してください。 機能2: 上記の方法で歌詞を表示した際に、再度アイコンをクリックすることで歌詞をクリップボードにコピーします。コピー範囲はオプションにて選択できます。 This tiny plugin allows you to show the lyric for a song played on Play Music(aka Google Music) by opening a tab with loading a third-party lyric website. It would save your time! Note: Currently available for Japanese songs.
Extension Basic Information
Name | Lyrics Opener |
ID | llcbiodcagapgcboejbanchnkphppnfg |
Official URL | https://chromewebstore.google.com/detail/lyrics-opener/llcbiodcagapgcboejbanchnkphppnfg |
Description | Play Music(旧Google Music)上で再生中の曲の歌詞をワンクリックで別タブに表示します。 現在日本語の歌詞に対応しています。 機能1: Google Play… |
File Size | 39.94 KB |
Installation Count | 72 |
Current Version | 1.3 |
Last Updated | 2016-08-12 |
Publish Date | 2016-08-11 |
Rating | 4.00/5 Total 3 Ratings |
Developer | naofu.me |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lyrics Opener", "version": "1.3", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "jquery-3.1.0.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/music\/*", "http:\/\/www.kasi-time.com\/*", "http:\/\/kashinavi.com\/*", "http:\/\/j-lyric.net\/*", "https:\/\/www.joysound.com\/*" ], "js": [ "jquery-3.1.0.min.js", "content.js" ] } ], "page_action": { "default_icon": "icon.png", "default_title": "Lyrics Opener" }, "permissions": [ "activeTab", "tabs", "notifications", "storage" ], "web_accessible_resources": [ "icon.png" ], "options_page": "options.html" } |