Leap Motion Integration (Beta)
Enables hand gestures with LeapMotion™ for browsing the web.
Leap Motion Integration (Beta) क्या है?
Leap Motion Integration (Beta) omeriko9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables hand gestures with LeapMotion™ for browsing the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Leap Motion Integration (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will give you the option to control Google Chrome™ using your hand movements. (In order to make this extension useful, you must have the LeapMotion device working properly. For more information, see here: https://www.leapmotion.com ) Gestures -------- Open hand (4/5 fingers): - left/right to move forward/backward in history - up/down to scroll page Half open hand (1/2 fingers): - left/right to move tab Circles: - Counter-clockwise with one finger to close current tab Known Issues ------------ It is a known issue that the extension doesn't currently work on chrome pages, such as "chrome://extension" page or the "New Tab" page. I would appreciate your opinion and suggestions :)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ejbbngompmhnbkakomkkllfbcpkbgfmm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/leap-motion-integration-b/ejbbngompmhnbkakomkkllfbcpkbgfmm |
विवरण | Enables hand gestures with LeapMotion™ for browsing the web. |
फ़ाइल का आकार | 238 KB |
स्थापना संख्या | 341 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2013-08-07 |
प्रकाशन तिथि | 2013-08-07 |
रेटिंग | 3.25/5 कुल 12 रेटिंग्स |
डेवलपर | omeriko9 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leap Motion Integration (Beta)", "description": "Enables hand gestures with LeapMotion\u2122 for browsing the web.", "version": "1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "leap.js", "background.js" ] }, "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage", "history" ], "icons": { "128": "icon.png", "64": "icon_64.png", "48": "icon_48.png", "16": "icon_16.png" }, "web_accessible_resources": [ "ico_hand.png", "ico_hand_stop.png" ] } |