Google Music Lyrics
Toggle lyrics panel inside Google Music for the current playing song
Wat is Google Music Lyrics?
Google Music Lyrics is een Chrome-extensie ontwikkeld door https://code.coolersport.info, en de belangrijkste functie is "Toggle lyrics panel inside Google Music for the current playing song".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Music Lyrics
Download Google Music Lyrics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Google Music Lyrics |
ID | lgajamomkbjmlfajpfhahdocjkcpienh |
Officiële URL | https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh |
Beschrijving | Toggle lyrics panel inside Google Music for the current playing song |
Bestandsgrootte | 27.78 KB |
Aantal Installaties | 1,234 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-12-27 |
Publicatiedatum | 2015-12-27 |
Beoordeling | 2.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://code.coolersport.info |
Betalingswijze | free |
Extensiewebsite | http://code.coolersport.info/misc/google-music-lyrics/ |
Help Pagina-URL | http://code.coolersport.info/misc/google-music-lyrics/ |
Ondersteunde Talen | 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 } |