Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
Что такое Theremin Leap Motion Extension?
Theremin Leap Motion Extension - это расширение Chrome, разработанное https://hasenbalg.org, и его основная функция - "Play the Theremin using a Leap Motion and your browser".
Снимки экрана расширения
Скачать файл CRX расширения Theremin Leap Motion Extension
Скачайте файлы расширений Theremin Leap Motion Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Theremin Leap Motion Extension |
ID | feihilpfdejcibjgiodjmjgbfapgdfcj |
Официальный URL | https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj |
Описание | Play the Theremin using a Leap Motion and your browser |
Размер файла | 346 KB |
Количество установок | 78 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-04-29 |
Дата публикации | 2018-04-29 |
Разработчик | https://hasenbalg.org |
Тип оплаты | free |
Поддерживаемые языки | 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 } |