Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
Vad är Theremin Leap Motion Extension?
Theremin Leap Motion Extension är en Chrome-tillägg utvecklad av https://hasenbalg.org, och dess huvudfunktion är "Play the Theremin using a Leap Motion and your browser".
Tilläggsskärmbilder
Ladda ner Theremin Leap Motion Extension-förlängningens CRX-fil
Ladda ner Theremin Leap Motion Extension-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
Grundläggande Information om Tillägg
Namn | Theremin Leap Motion Extension |
ID | feihilpfdejcibjgiodjmjgbfapgdfcj |
Officiell webbadress | https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj |
Beskrivning | Play the Theremin using a Leap Motion and your browser |
Filstorlek | 346 KB |
Antal Installationer | 78 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-04-29 |
Publiceringsdatum | 2018-04-29 |
Utvecklare | https://hasenbalg.org |
Betalningssätt | free |
Stödda Språk | 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 } |