Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
O que é Theremin Leap Motion Extension?
Theremin Leap Motion Extension é uma extensão do Chrome desenvolvida por https://hasenbalg.org, e sua principal característica é "Play the Theremin using a Leap Motion and your browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Theremin Leap Motion Extension
Baixe arquivos de extensão Theremin Leap Motion Extension 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
Informações Básicas da Extensão
Nome | Theremin Leap Motion Extension |
ID | feihilpfdejcibjgiodjmjgbfapgdfcj |
URL Oficial | https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj |
Descrição | Play the Theremin using a Leap Motion and your browser |
Tamanho do Arquivo | 346 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.0 |
Última Atualização | 2018-04-29 |
Data de Publicação | 2018-04-29 |
Desenvolvedor | https://hasenbalg.org |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Theremin Leap Motion Extension", "version": "1.0", "description": "Play the Theremin using a Leap Motion and your browser", "permissions": [ "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "imgs\/16.png", "32": "imgs\/32.png", "48": "imgs\/48.png", "128": "imgs\/128.png" }, "default_title": "Theremin Leap Motion", "default_popup": "popup.html" }, "icons": { "16": "imgs\/16.png", "32": "imgs\/32.png", "48": "imgs\/48.png", "128": "imgs\/128.png" }, "manifest_version": 2 } |