Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
Hvad er Theremin Leap Motion Extension?
Theremin Leap Motion Extension er en Chrome-udvidelse udviklet af https://hasenbalg.org, og dens hovedfunktion er "Play the Theremin using a Leap Motion and your browser".
Udvidelsesskærmbilleder
Download Theremin Leap Motion Extension-udvidelses-CRX-fil
Download Theremin Leap Motion Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                                             Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | feihilpfdejcibjgiodjmjgbfapgdfcj | 
| Officiel URL | https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj | 
| Beskrivelse | Play the Theremin using a Leap Motion and your browser | 
| Filstørrelse | 346 KB | 
| Antal Installationer | 78 | 
| Nuværende Version | 1.0 | 
| Senest Opdateret | 2018-04-29 | 
| Udgivelsesdato | 2018-04-29 | 
| Udvikler | https://hasenbalg.org | 
| Betalingsmetode | free | 
| Understøttede Sprog | 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
}  |  |