Midicast

Midicast is an extension that streams songs from a web page to a MIDI instrument like a piano. Midicast scans the page you're on…

Was ist Midicast?

Midicast ist eine Chrome-Erweiterung, die von appsforartists entwickelt wurde, und ihr Hauptmerkmal ist "Midicast is an extension that streams songs from a web page to a MIDI instrument like a piano. Midicast scans the page you're on…".

Erweiterungsscreenshots

screenshot

Midicast-Erweiterungs-CRX-Datei herunterladen

Laden Sie Midicast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Midicast is an extension that streams songs from a web page to a MIDI instrument like a piano.


Midicast scans the page you're on for MIDI links. Whatever it finds will show up in a list in the extension. Click one of the songs in the extension to start playing it. Midicast should work with any instrument that accepts MIDI input, such as a Yamaha Disklavier® player piano.


This is a gift to my family.  Eventually, I might document it better and add more features, but for now, I just want to put it somewhere they can use it.

Source is available here: https://github.com/appsforartists/midicast/                    

Grundlegende Informationen zur Erweiterung

Name Midicast Midicast
ID fjnaegdodddmdifncleeakgdblhdoapg
Offizielle URL https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg
Beschreibung Midicast is an extension that streams songs from a web page to a MIDI instrument like a piano. Midicast scans the page you're on…
Dateigröße 646 KB
Installationsanzahl 364
Aktuelle Version 0.1.1
Letztes Update 2017-08-11
Veröffentlichungsdatum 2017-08-11
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler appsforartists
Zahlungsart free
Erweiterungswebsite https://github.com/appsforartists/midicast/
Hilfeseite URL https://github.com/appsforartists/midicast/issues/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Midicast",
    "version": "0.1.1",
    "background": {
        "page": "pages\/index.html"
    },
    "browser_action": {
        "default_icon": "icons\/noto-piano.png",
        "default_popup": "pages\/index.html"
    },
    "icons": {
        "128": "icons\/noto-piano.png"
    },
    "permissions": [
        "activeTab"
    ]
}