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…

Wat is Midicast?

Midicast is een Chrome-extensie ontwikkeld door appsforartists, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Midicast

Download Midicast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Midicast Midicast
ID fjnaegdodddmdifncleeakgdblhdoapg
Officiële URL https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg
Beschrijving 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…
Bestandsgrootte 646 KB
Aantal Installaties 364
Huidige Versie 0.1.1
Laatst Bijgewerkt 2017-08-11
Publicatiedatum 2017-08-11
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar appsforartists
Betalingswijze free
Extensiewebsite https://github.com/appsforartists/midicast/
Help Pagina-URL https://github.com/appsforartists/midicast/issues/
Ondersteunde Talen 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"
    ]
}