Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
Co to jest Theremin Leap Motion Extension?
Theremin Leap Motion Extension to rozszerzenie Chrome opracowane przez https://hasenbalg.org, a jego główną funkcją jest „Play the Theremin using a Leap Motion and your browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Theremin Leap Motion Extension
Pobierz pliki rozszerzeń Theremin Leap Motion Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Theremin Leap Motion Extension |
ID | feihilpfdejcibjgiodjmjgbfapgdfcj |
Oficjalny URL | https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj |
Opis | Play the Theremin using a Leap Motion and your browser |
Rozmiar pliku | 346 KB |
Liczba instalacji | 78 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-04-29 |
Data Publikacji | 2018-04-29 |
Deweloper | https://hasenbalg.org |
Typ Płatności | free |
Obsługiwane Języki | 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 } |