Google Music Lyrics
Toggle lyrics panel inside Google Music for the current playing song
Vad är Google Music Lyrics?
Google Music Lyrics är en Chrome-tillägg utvecklad av https://code.coolersport.info, och dess huvudfunktion är "Toggle lyrics panel inside Google Music for the current playing song".
Tilläggsskärmbilder
Ladda ner Google Music Lyrics-förlängningens CRX-fil
Ladda ner Google Music Lyrics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Google Music Lyrics |
ID | lgajamomkbjmlfajpfhahdocjkcpienh |
Officiell webbadress | https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh |
Beskrivning | Toggle lyrics panel inside Google Music for the current playing song |
Filstorlek | 27.78 KB |
Antal Installationer | 1,234 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-12-27 |
Publiceringsdatum | 2015-12-27 |
Betyg | 2.00/5 Totalt 3 Betyg |
Utvecklare | https://code.coolersport.info |
Betalningssätt | free |
Tilläggswebbplats | http://code.coolersport.info/misc/google-music-lyrics/ |
Hjälpsida URL | http://code.coolersport.info/misc/google-music-lyrics/ |
Stödda Språk | 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 } |