Genius Button

This extension opens a new tab with the Genius page for the song you're currently listening to.

Genius Buttonคืออะไร?

Genius Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jollex5 และคุณลักษณะหลักของมันคือ "This extension opens a new tab with the Genius page for the song you're currently listening to."

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

screenshot
screenshot

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

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

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

                        Click the button and it'll open a new tab with the Genius page for the song that was playing on the tab you were in.

Only YouTube and Soundcloud are currently supported.                    

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

ชื่อ Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng
คำอธิบาย This extension opens a new tab with the Genius page for the song you're currently listening to.
ขนาดไฟล์ 41.56 KB
จำนวนการติดตั้ง 315
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-01-29
วันที่เผยแพร่ 2016-01-28
คะแนน 1.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา jollex5
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.2.0.min.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Genius Button"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}