Google Music Lyrics

Toggle lyrics panel inside Google Music for the current playing song

Google Music Lyricsคืออะไร?

Google Music Lyrics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://code.coolersport.info และคุณลักษณะหลักของมันคือ "Toggle lyrics panel inside Google Music for the current playing song"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Music Lyrics

ดาวน์โหลดไฟล์ส่วนขยาย Google Music Lyrics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Music Lyrics Google Music Lyrics
ID lgajamomkbjmlfajpfhahdocjkcpienh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh
คำอธิบาย Toggle lyrics panel inside Google Music for the current playing song
ขนาดไฟล์ 27.78 KB
จำนวนการติดตั้ง 1,234
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-12-27
วันที่เผยแพร่ 2015-12-27
คะแนน 2.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://code.coolersport.info
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://code.coolersport.info/misc/google-music-lyrics/
URL หน้าช่วยเหลือ http://code.coolersport.info/misc/google-music-lyrics/
ภาษาที่รองรับ 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
}