Touch-Base TUIO Bridge
Converts TUIO touches delivered via WebSockets to standard HTML 5 touches
Wat is Touch-Base TUIO Bridge?
Touch-Base TUIO Bridge is een Chrome-extensie ontwikkeld door Touch-Base Ltd, en de belangrijkste functie is "Converts TUIO touches delivered via WebSockets to standard HTML 5 touches".
Extensie Screenshots
Download het CRX-bestand van de extensie Touch-Base TUIO Bridge
Download Touch-Base TUIO Bridge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Touch-Base TUIO Bridge |
ID | ennagehjhlmmmjkjbepdgjngmbddcnnm |
Officiële URL | https://chromewebstore.google.com/detail/touch-base-tuio-bridge/ennagehjhlmmmjkjbepdgjngmbddcnnm |
Beschrijving | Converts TUIO touches delivered via WebSockets to standard HTML 5 touches |
Bestandsgrootte | 50.66 KB |
Aantal Installaties | 154 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-04-01 |
Publicatiedatum | 2019-04-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Touch-Base Ltd |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://touch-base.com |
Help Pagina-URL | https://touch-base.com/support |
Ondersteunde Talen | 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": [ " |