Theremin Leap Motion Extension

Play the Theremin using a Leap Motion and your browser

Apa itu Theremin Leap Motion Extension?

Theremin Leap Motion Extension adalah ekstensi Chrome yang dikembangkan oleh https://hasenbalg.org, dan fitur utamanya adalah "Play the Theremin using a Leap Motion and your browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Theremin Leap Motion Extension

Unduh file ekstensi Theremin Leap Motion Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Theremin Leap Motion Extension Theremin Leap Motion Extension
ID feihilpfdejcibjgiodjmjgbfapgdfcj
URL Resmi https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj
Deskripsi Play the Theremin using a Leap Motion and your browser
Ukuran File 346 KB
Jumlah Instalasi 78
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-04-29
Tanggal Publikasi 2018-04-29
Pengembang https://hasenbalg.org
Tipe Pembayaran free
Bahasa yang Didukung 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
}