Touch-Base TUIO Bridge
Converts TUIO touches delivered via WebSockets to standard HTML 5 touches
Vad är Touch-Base TUIO Bridge?
Touch-Base TUIO Bridge är en Chrome-tillägg utvecklad av Touch-Base Ltd, och dess huvudfunktion är "Converts TUIO touches delivered via WebSockets to standard HTML 5 touches".
Tilläggsskärmbilder
Ladda ner Touch-Base TUIO Bridge-förlängningens CRX-fil
Ladda ner Touch-Base TUIO Bridge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Touch-Base TUIO Bridge |
ID | ennagehjhlmmmjkjbepdgjngmbddcnnm |
Officiell webbadress | https://chromewebstore.google.com/detail/touch-base-tuio-bridge/ennagehjhlmmmjkjbepdgjngmbddcnnm |
Beskrivning | Converts TUIO touches delivered via WebSockets to standard HTML 5 touches |
Filstorlek | 50.66 KB |
Antal Installationer | 154 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2022-04-01 |
Publiceringsdatum | 2019-04-29 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Touch-Base Ltd |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://touch-base.com |
Hjälpsida URL | https://touch-base.com/support |
Stödda Språk | 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": [ " |