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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}