Touch-Base TUIO Bridge
Converts TUIO touches delivered via WebSockets to standard HTML 5 touches
Hvad er Touch-Base TUIO Bridge?
Touch-Base TUIO Bridge er en Chrome-udvidelse udviklet af Touch-Base Ltd, og dens hovedfunktion er "Converts TUIO touches delivered via WebSockets to standard HTML 5 touches".
Udvidelsesskærmbilleder
Download Touch-Base TUIO Bridge-udvidelses-CRX-fil
Download Touch-Base TUIO Bridge-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Touch-Base TUIO Bridge |
ID | ennagehjhlmmmjkjbepdgjngmbddcnnm |
Officiel URL | https://chromewebstore.google.com/detail/touch-base-tuio-bridge/ennagehjhlmmmjkjbepdgjngmbddcnnm |
Beskrivelse | Converts TUIO touches delivered via WebSockets to standard HTML 5 touches |
Filstørrelse | 50.66 KB |
Antal Installationer | 154 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2022-04-01 |
Udgivelsesdato | 2019-04-29 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Touch-Base Ltd |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://touch-base.com |
Hjælpeside-URL | https://touch-base.com/support |
Understøttede Sprog | 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": [ " |