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 | 
| 官方網址 | 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
}  |  |