YouGenius

Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.

YouGeniusคืออะไร?

YouGenius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raphael.rouvinov และคุณลักษณะหลักของมันคือ "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube."

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

screenshot

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

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

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

                        YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.                    

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

ชื่อ YouGenius YouGenius
ID bhhdjafmibffbkeepohbjknojlhnmlhm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm
คำอธิบาย Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
ขนาดไฟล์ 1.88 MB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-11-23
วันที่เผยแพร่ 2014-11-23
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา raphael.rouvinov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://raphaelrk.com
URL หน้าช่วยเหลือ http://github.com/AndrewSB/YouGenius
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouGenius",
    "version": "0.2",
    "description": "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/tunod\/YouGenius",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/",
        "http:\/\/idontfuckwithu.herokuapp.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "YouGenius",
        "default_popup": "popup.html"
    }
}