Ultimate Guitar

Get chords and tabs

Ultimate Guitarคืออะไร?

Ultimate Guitar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mohit Jain และคุณลักษณะหลักของมันคือ "Get chords and tabs"

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

screenshot
screenshot

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

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

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

                        One click access to guitar chords and tabs from ultimateguitar.com. Context menu option to search for chords and tabs directly from text selection on your favorite music website.                    

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

ชื่อ Ultimate Guitar Ultimate Guitar
ID dkehcppjgpmfcnkolmmjolfilniiklii
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ultimate-guitar/dkehcppjgpmfcnkolmmjolfilniiklii
คำอธิบาย Get chords and tabs
ขนาดไฟล์ 43.23 KB
จำนวนการติดตั้ง 367
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-09-25
วันที่เผยแพร่ 2020-09-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Mohit Jain
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mjain123/ultimate-guitar
URL หน้าช่วยเหลือ https://github.com/mjain123/ultimate-guitar
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate Guitar",
    "version": "1.0.1",
    "description": "Get chords and tabs",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ]
}