Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
什么是Theremin Leap Motion Extension?
Theremin Leap Motion Extension是由https://hasenbalg.org开发的Chrome扩展程序,该扩展的主要功能是“Play the Theremin using a Leap Motion and your browser”。
扩展截图
下载Theremin Leap Motion Extension扩展crx文件
下载Theremin Leap Motion Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| 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
} | |