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…

Qu'est-ce que Midicast ?

Midicast est une extension Chrome développée par appsforartists, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Midicast

Téléchargez les fichiers d'extension Midicast 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

                        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/                    

Informations de Base sur l'Extension

Nom Midicast Midicast
ID fjnaegdodddmdifncleeakgdblhdoapg
URL Officiel https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg
Description 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…
Taille du Fichier 646 KB
Nombre d'Installations 364
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-08-11
Date de Publication 2017-08-11
Évaluation 1.00/5 Total 1 Évaluations
Développeur appsforartists
Type de Paiement free
Site Web de l'Extension https://github.com/appsforartists/midicast/
URL de la Page d'Aide https://github.com/appsforartists/midicast/issues/
Langues Prises en Charge 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"
    ]
}