Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
Cos'è Theremin Leap Motion Extension?
Theremin Leap Motion Extension è un'estensione di Chrome sviluppata da https://hasenbalg.org, e la sua funzione principale è "Play the Theremin using a Leap Motion and your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Theremin Leap Motion Extension
Scarica i file di estensione Theremin Leap Motion Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | feihilpfdejcibjgiodjmjgbfapgdfcj |
| URL Ufficiale | https://chromewebstore.google.com/detail/theremin-leap-motion-exte/feihilpfdejcibjgiodjmjgbfapgdfcj |
| Descrizione | Play the Theremin using a Leap Motion and your browser |
| Dimensione del File | 346 KB |
| Conteggio Installazioni | 78 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-04-29 |
| Data di Pubblicazione | 2018-04-29 |
| Sviluppatore | https://hasenbalg.org |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |