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」です。

拡張機能のスクリーンショット

screenshot

Theremin Leap Motion Extension拡張機能のCRXファイルをダウンロード

Theremin Leap Motion Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Theremin Leap Motion Extension 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
}