Google Music Lyrics
Toggle lyrics panel inside Google Music for the current playing song
Apa itu Google Music Lyrics?
Google Music Lyrics adalah ekstensi Chrome yang dikembangkan oleh https://code.coolersport.info, dan fitur utamanya adalah "Toggle lyrics panel inside Google Music for the current playing song".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Music Lyrics
Unduh file ekstensi Google Music Lyrics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Google Music Lyrics |
ID | lgajamomkbjmlfajpfhahdocjkcpienh |
URL Resmi | https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh |
Deskripsi | Toggle lyrics panel inside Google Music for the current playing song |
Ukuran File | 27.78 KB |
Jumlah Instalasi | 1,234 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-12-27 |
Tanggal Publikasi | 2015-12-27 |
Penilaian | 2.00/5 Total 3 Penilaian |
Pengembang | https://code.coolersport.info |
Tipe Pembayaran | free |
Situs Ekstensi | http://code.coolersport.info/misc/google-music-lyrics/ |
URL Halaman Bantuan | http://code.coolersport.info/misc/google-music-lyrics/ |
Bahasa yang Didukung | 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 } |