Ukulele Chords

Ukulele Chords for AmDm.ru

Ukulele Chordsคืออะไร?

Ukulele Chords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bntr และคุณลักษณะหลักของมันคือ "Ukulele Chords for AmDm.ru"

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

screenshot

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

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

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

                        AmDm.ru still has no native Ukulele support.
This extensions adds an instrument selection (Guitar or Ukulele) to AmDm.ru's Chords panel.

Source: https://bitbucket.org/bntr/chrome-ukulele                    

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

ชื่อ Ukulele Chords Ukulele Chords
ID imgaepblpgboiohaljfedaikllapdoge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ukulele-chords/imgaepblpgboiohaljfedaikllapdoge
คำอธิบาย Ukulele Chords for AmDm.ru
ขนาดไฟล์ 149 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2018-11-11
วันที่เผยแพร่ 2018-11-10
ผู้พัฒนา bntr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bitbucket.org/bntr/chrome-ukulele
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ukulele Chords",
    "version": "0.1",
    "description": "Ukulele Chords for AmDm.ru",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/amdm.ru\/akkordi\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "chords\/*.png"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}