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によって開発された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…」です。
拡張機能のスクリーンショット
Midicast拡張機能のCRXファイルをダウンロード
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/
拡張機能の基本情報
名前 | |
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" ] } |