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 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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Midicast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |