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…
Vad är Midicast?
Midicast är en Chrome-tillägg utvecklad av appsforartists, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner Midicast-förlängningens CRX-fil
Ladda ner Midicast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | |
ID | fjnaegdodddmdifncleeakgdblhdoapg |
Officiell webbadress | https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg |
Beskrivning | 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… |
Filstorlek | 646 KB |
Antal Installationer | 364 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2017-08-11 |
Publiceringsdatum | 2017-08-11 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | appsforartists |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/appsforartists/midicast/ |
Hjälpsida URL | https://github.com/appsforartists/midicast/issues/ |
Stödda Språk | 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" ] } |