Touch-Base TUIO Bridge
Converts TUIO touches delivered via WebSockets to standard HTML 5 touches
ما هو Touch-Base TUIO Bridge؟
Touch-Base TUIO Bridge هو إضافة Chrome تم تطويرها بواسطة Touch-Base Ltd، والميزة الرئيسية لها هي "Converts TUIO touches delivered via WebSockets to standard HTML 5 touches".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Touch-Base TUIO Bridge
قم بتنزيل ملفات الامتداد Touch-Base TUIO Bridge بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Touch-Base TUIO Bridge |
ID | ennagehjhlmmmjkjbepdgjngmbddcnnm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/touch-base-tuio-bridge/ennagehjhlmmmjkjbepdgjngmbddcnnm |
الوصف | Converts TUIO touches delivered via WebSockets to standard HTML 5 touches |
حجم الملف | 50.66 KB |
عدد التثبيتات | 154 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2022-04-01 |
تاريخ النشر | 2019-04-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Touch-Base Ltd |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://touch-base.com |
عنوان صفحة المساعدة | https://touch-base.com/support |
اللغات المدعومة | 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": [ " |