Theremin Leap Motion Extension
Play the Theremin using a Leap Motion and your browser
Theremin Leap Motion Extension क्या है?
Theremin Leap Motion Extension https://hasenbalg.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play the Theremin using a Leap Motion and your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Theremin Leap Motion Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | 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 } |