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
}