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…

Τι είναι το Midicast;

Το Midicast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον appsforartists, και η κύρια λειτουργία του είναι "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…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Midicast

Λήψη αρχείων επέκτασης Midicast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Midicast Midicast
ID fjnaegdodddmdifncleeakgdblhdoapg
Επίσημο URL https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg
Περιγραφή 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…
Μέγεθος Αρχείου 646 KB
Αριθμός Εγκαταστάσεων 364
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2017-08-11
Ημερομηνία Δημοσίευσης 2017-08-11
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής appsforartists
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/appsforartists/midicast/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/appsforartists/midicast/issues/
Υποστηριζόμενες Γλώσσες 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"
    ]
}