Google Music Lyrics
Toggle lyrics panel inside Google Music for the current playing song
Was ist Google Music Lyrics?
Google Music Lyrics ist eine Chrome-Erweiterung, die von https://code.coolersport.info entwickelt wurde, und ihr Hauptmerkmal ist "Toggle lyrics panel inside Google Music for the current playing song".
Erweiterungsscreenshots
Google Music Lyrics-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Music Lyrics-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
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.
Grundlegende Informationen zur Erweiterung
Name | Google Music Lyrics |
ID | lgajamomkbjmlfajpfhahdocjkcpienh |
Offizielle URL | https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh |
Beschreibung | Toggle lyrics panel inside Google Music for the current playing song |
Dateigröße | 27.78 KB |
Installationsanzahl | 1,234 |
Aktuelle Version | 1.2 |
Letztes Update | 2015-12-27 |
Veröffentlichungsdatum | 2015-12-27 |
Bewertung | 2.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://code.coolersport.info |
Zahlungsart | free |
Erweiterungswebsite | http://code.coolersport.info/misc/google-music-lyrics/ |
Hilfeseite URL | http://code.coolersport.info/misc/google-music-lyrics/ |
Unterstützte Sprachen | 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 } |