Google Music Lyrics
Toggle lyrics panel inside Google Music for the current playing song
Hvad er Google Music Lyrics?
Google Music Lyrics er en Chrome-udvidelse udviklet af https://code.coolersport.info, og dens hovedfunktion er "Toggle lyrics panel inside Google Music for the current playing song".
Udvidelsesskærmbilleder
Download Google Music Lyrics-udvidelses-CRX-fil
Download Google Music Lyrics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lgajamomkbjmlfajpfhahdocjkcpienh |
| Officiel URL | https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh |
| Beskrivelse | Toggle lyrics panel inside Google Music for the current playing song |
| Filstørrelse | 27.78 KB |
| Antal Installationer | 1,234 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2015-12-27 |
| Udgivelsesdato | 2015-12-27 |
| Bedømmelse | 2.00/5 Samlet 3 Bedømmelser |
| Udvikler | https://code.coolersport.info |
| Betalingsmetode | free |
| Udvidelseswebsted | http://code.coolersport.info/misc/google-music-lyrics/ |
| Hjælpeside-URL | http://code.coolersport.info/misc/google-music-lyrics/ |
| Understøttede Sprog | 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
} | |