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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Theremin Leap Motion Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
}