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은(는) nikosardas.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone"입니다.
확장 프로그램 스크린샷
KBD To MIDI Drums 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |