Touch-Base TUIO Bridge
Converts TUIO touches delivered via WebSockets to standard HTML 5 touches
Touch-Base TUIO Bridge là gì?
Touch-Base TUIO Bridge là một tiện ích mở rộng Chrome được phát triển bởi Touch-Base Ltd, và tính năng chính của nó là "Converts TUIO touches delivered via WebSockets to standard HTML 5 touches".
Ả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 Touch-Base TUIO Bridge
Tải xuống các tệp mở rộng Touch-Base TUIO Bridge 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
The Touch-Base TUIO Bridge allows touch-enabled webpages to work in operating systems that don't natively support touch screens, namely macOS. This add-on works best with the UPDD software suite. It will work automatically with the UPDD touch driver and the UPDD Commander app, when used with UPDD Commander's "Browsers (TUIO)" preset. It can also be used with other TUIO servers, provided it is combined with another app or script that converts the TUIO UDP packets into WebSocket packets.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Touch-Base TUIO Bridge |
ID | ennagehjhlmmmjkjbepdgjngmbddcnnm |
URL Chính Thức | https://chromewebstore.google.com/detail/touch-base-tuio-bridge/ennagehjhlmmmjkjbepdgjngmbddcnnm |
Mô tả | Converts TUIO touches delivered via WebSockets to standard HTML 5 touches |
Kích Thước Tệp | 50.66 KB |
Số Lần Cài Đặt | 154 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-04-01 |
Ngày Phát Hành | 2019-04-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Touch-Base Ltd |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://touch-base.com |
URL Trang Trợ Giúp | https://touch-base.com/support |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Touch-Base TUIO Bridge", "version": "1.0.1", "description": "Converts TUIO touches delivered via WebSockets to standard HTML 5 touches", "manifest_version": 2, "background": { "persistant": false, "scripts": [ "osc.js", "background.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "matches": [ " |