Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
Co je Theremin Leap Motion Extension?
Theremin Leap Motion Extension je rozšíření Chrome vyvinuté https://hasenbalg.org, a jeho hlavní funkcí je „Play the Theremin using a Leap Motion and your browser“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Theremin Leap Motion Extension
Stáhněte si soubory rozšíření Theremin Leap Motion Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | Theremin Leap Motion Extension |
ID | feihilpfdejcibjgiodjmjgbfapgdfcj |
Oficiální URL | https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj |
Popis | Play the Theremin using a Leap Motion and your browser |
Velikost souboru | 346 KB |
Počet instalací | 78 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-04-29 |
Datum Vydání | 2018-04-29 |
Vývojář | https://hasenbalg.org |
Typ Platby | free |
Podporované Jazyky | 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 } |