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 là gì?
Midicast là một tiện ích mở rộng Chrome được phát triển bởi appsforartists, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Midicast
Tải xuống các tệp mở rộng Midicast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fjnaegdodddmdifncleeakgdblhdoapg |
URL Chính Thức | https://chrome.google.com/webstore/detail/midicast/fjnaegdodddmdifncleeakgdblhdoapg |
Mô tả | 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… |
Kích Thước Tệp | 646 KB |
Số Lần Cài Đặt | 364 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2017-08-11 |
Ngày Phát Hành | 2017-08-11 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | appsforartists |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/appsforartists/midicast/ |
URL Trang Trợ Giúp | https://github.com/appsforartists/midicast/issues/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |