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」です。

拡張機能のスクリーンショット

screenshot

KBD To MIDI Drums拡張機能のCRXファイルをダウンロード

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
Eメール [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
}