KBD To MIDI Drums

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

Qu'est-ce que KBD To MIDI Drums ?

KBD To MIDI Drums est une extension Chrome développée par nikosardas.dev, et sa fonction principale est "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KBD To MIDI Drums

Téléchargez les fichiers d'extension KBD To MIDI Drums au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom KBD To MIDI Drums KBD To MIDI Drums
ID pkonnmkgoekhcpbkoklnhakhlekgjdgj
URL Officiel https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj
Description A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
Taille du Fichier 2.48 MB
Nombre d'Installations 6,917
Version Actuelle 1.3.6
Dernière Mise à Jour 2022-02-04
Date de Publication 2020-05-03
Évaluation 3.96/5 Total 26 Évaluations
Développeur nikosardas.dev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/nikosardas-dev/privacy
Langues Prises en Charge 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
}