Touch-Base TUIO Bridge
Converts TUIO touches delivered via WebSockets to standard HTML 5 touches
O que é Touch-Base TUIO Bridge?
Touch-Base TUIO Bridge é uma extensão do Chrome desenvolvida por Touch-Base Ltd, e sua principal característica é "Converts TUIO touches delivered via WebSockets to standard HTML 5 touches".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Touch-Base TUIO Bridge
Baixe arquivos de extensão Touch-Base TUIO Bridge no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Touch-Base TUIO Bridge |
ID | ennagehjhlmmmjkjbepdgjngmbddcnnm |
URL Oficial | https://chromewebstore.google.com/detail/touch-base-tuio-bridge/ennagehjhlmmmjkjbepdgjngmbddcnnm |
Descrição | Converts TUIO touches delivered via WebSockets to standard HTML 5 touches |
Tamanho do Arquivo | 50.66 KB |
Contagem de Instalações | 154 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-04-01 |
Data de Publicação | 2019-04-29 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Touch-Base Ltd |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://touch-base.com |
URL da Página de Ajuda | https://touch-base.com/support |
Idiomas Suportados | 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": [ " |