Touch-Base TUIO Bridge
Converts TUIO touches delivered via WebSockets to standard HTML 5 touches
Co to jest Touch-Base TUIO Bridge?
Touch-Base TUIO Bridge to rozszerzenie Chrome opracowane przez Touch-Base Ltd, a jego główną funkcją jest „Converts TUIO touches delivered via WebSockets to standard HTML 5 touches”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Touch-Base TUIO Bridge
Pobierz pliki rozszerzeń Touch-Base TUIO Bridge w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Touch-Base TUIO Bridge |
ID | ennagehjhlmmmjkjbepdgjngmbddcnnm |
Oficjalny URL | https://chromewebstore.google.com/detail/touch-base-tuio-bridge/ennagehjhlmmmjkjbepdgjngmbddcnnm |
Opis | Converts TUIO touches delivered via WebSockets to standard HTML 5 touches |
Rozmiar pliku | 50.66 KB |
Liczba instalacji | 154 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2022-04-01 |
Data Publikacji | 2019-04-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Touch-Base Ltd |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://touch-base.com |
Adres URL Strony Pomocy | https://touch-base.com/support |
Obsługiwane Języki | 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": [ " |