Lyrics Mania

Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!

Lyrics Maniaคืออะไร?

Lyrics Mania เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.lyricsmania.com และคุณลักษณะหลักของมันคือ "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!"

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

screenshot

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

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

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

                        Automatically looks up for lyrics when typing on address bar: get an instant notification and read lyrics instantly                    

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

ชื่อ Lyrics Mania Lyrics Mania
ID fglpgaacgicodklnelblckodbndhdinb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lyrics-mania/fglpgaacgicodklnelblckodbndhdinb
คำอธิบาย Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!
ขนาดไฟล์ 388 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-07-21
วันที่เผยแพร่ 2016-07-21
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://www.lyricsmania.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyrics Mania",
    "description": "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!",
    "manifest_version": 2,
    "version": "1.1",
    "background": {
        "scripts": [
            "notification.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/*\/*",
        "webNavigation",
        "tabs"
    ]
}