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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้านโยบายความเป็นส่วนตัว 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
}