Lyrics Opener

Play Music(旧Google Music)上で再生中の曲の歌詞をワンクリックで別タブに表示します。 現在日本語の歌詞に対応しています。 機能1: Google Play…

Was ist Lyrics Opener?

Lyrics Opener ist eine Chrome-Erweiterung, die von naofu.me entwickelt wurde, und ihr Hauptmerkmal ist "Play Music(旧Google Music)上で再生中の曲の歌詞をワンクリックで別タブに表示します。 現在日本語の歌詞に対応しています。 機能1: Google Play…".

Erweiterungsscreenshots

screenshot

Lyrics Opener-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lyrics Opener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Lyrics Opener Lyrics Opener
ID llcbiodcagapgcboejbanchnkphppnfg
Offizielle URL https://chromewebstore.google.com/detail/lyrics-opener/llcbiodcagapgcboejbanchnkphppnfg
Beschreibung Play Music(旧Google Music)上で再生中の曲の歌詞をワンクリックで別タブに表示します。 現在日本語の歌詞に対応しています。 機能1: Google Play…
Dateigröße 39.94 KB
Installationsanzahl 72
Aktuelle Version 1.3
Letztes Update 2016-08-12
Veröffentlichungsdatum 2016-08-11
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler naofu.me
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}