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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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
}