Theremin Leap Motion Extension

Play the Theremin using a Leap Motion and your browser

Qu'est-ce que Theremin Leap Motion Extension ?

Theremin Leap Motion Extension est une extension Chrome développée par https://hasenbalg.org, et sa fonction principale est "Play the Theremin using a Leap Motion and your browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Theremin Leap Motion Extension

Téléchargez les fichiers d'extension Theremin Leap Motion Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Theremin Leap Motion Extension Theremin Leap Motion Extension
ID feihilpfdejcibjgiodjmjgbfapgdfcj
URL Officiel https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj
Description Play the Theremin using a Leap Motion and your browser
Taille du Fichier 346 KB
Nombre d'Installations 78
Version Actuelle 1.0
Dernière Mise à Jour 2018-04-29
Date de Publication 2018-04-29
Développeur https://hasenbalg.org
Type de Paiement free
Langues Prises en Charge 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
}