Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
Wat is Theremin Leap Motion Extension?
Theremin Leap Motion Extension is een Chrome-extensie ontwikkeld door https://hasenbalg.org, en de belangrijkste functie is "Play the Theremin using a Leap Motion and your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Theremin Leap Motion Extension
Download Theremin Leap Motion Extension-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
Basisinformatie over de Extensie
Naam | Theremin Leap Motion Extension |
ID | feihilpfdejcibjgiodjmjgbfapgdfcj |
Officiële URL | https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj |
Beschrijving | Play the Theremin using a Leap Motion and your browser |
Bestandsgrootte | 346 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-04-29 |
Publicatiedatum | 2018-04-29 |
Ontwikkelaar | https://hasenbalg.org |
Betalingswijze | free |
Ondersteunde Talen | 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 } |