Leap Motion controller
Leap Motion Controller extension to control web browser with Leap Motion device.
什么是Leap Motion controller?
Leap Motion controller是由Issam开发的Chrome扩展程序,该扩展的主要功能是“Leap Motion Controller extension to control web browser with Leap Motion device.”。
扩展截图
下载Leap Motion controller扩展crx文件
下载Leap Motion controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
leap Motion Controller This is a chrome extension that allows basic control for web pages within the Google Chrome browser via the LEAP MOTION controller. It detects gestures from the user to invoke actions scroll (vertically and horizontally), refresh the page, zoom in/out, navigate through the page's history and switch tabs. The aim from this extension is to have basic controls, and good looking visual feedback to the user. Note: This extension requires a Leap Motion controller to run (see https://www.leapmotion.com/). Gestures feedback With each gesture, a status icon will be shown to the user either on the bottom right edge of the page or at the middle (edges). The user can select either option from the options page. The options page has a very customizable list of options that the user can configure. Gestures and actions Now there's only 5 gestures ( I intend to add more later :) ) The gestures are illustrated in the pictures (a video will come soon): please see link https://github.com/Issam-b/leap-faith.
扩展基本信息
名称 | |
ID | clmfjbffimjbmkbknmhflghngplomdka |
官方URL | https://chrome.google.com/webstore/detail/leap-motion-controller/clmfjbffimjbmkbknmhflghngplomdka |
简介 | Leap Motion Controller extension to control web browser with Leap Motion device. |
文件大小 | 544 KB |
安装次数 | 241 |
当前版本 | 0.1.3 |
更新时间 | 2018-08-07 |
上架时间 | 2018-08-07 |
开发者 | Issam |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Issam-b/leap-faith |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leap Motion controller", "version": "0.1.3", "author": "Assam Boudjelthia", "description": "Leap Motion Controller extension to control web browser with Leap Motion device.", "minimum_chrome_version": "19.0.1055.1", "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", " |