KBD To MIDI Drums

A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone

ما هو KBD To MIDI Drums؟

KBD To MIDI Drums هو إضافة Chrome تم تطويرها بواسطة nikosardas.dev، والميزة الرئيسية لها هي "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة KBD To MIDI Drums

قم بتنزيل ملفات الامتداد KBD To MIDI Drums بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Features:
-Save session to a MIDI file at 120BPM.
-Record session audio.
-Audio file playback.
-120BPM click.
-Keyboard and mouse control.
-Fully flexible.

Eula:
https://sites.google.com/view/nim-extensions/eula                    

معلومات أساسية عن التمديد

الاسم KBD To MIDI Drums KBD To MIDI Drums
ID pkonnmkgoekhcpbkoklnhakhlekgjdgj
عنوان URL الرسمي https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj
الوصف A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
حجم الملف 2.48 MB
عدد التثبيتات 6,917
النسخة الحالية 1.3.6
آخر تحديث 2022-02-04
تاريخ النشر 2020-05-03
تقييم 3.96/5 مجموع تقييمات 26
المطور nikosardas.dev
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/nikosardas-dev/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.6",
    "name": "__MSG_extName__",
    "short_name": "__MSG_short__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "style\/icons\/icon16.png",
        "default_title": "KBD2MIDI"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "style\/icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true
}