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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
}