Leap Motion controller
Leap Motion Controller extension to control web browser with Leap Motion device.
Co je Leap Motion controller?
Leap Motion controller je rozšíření Chrome vyvinuté Issam, a jeho hlavní funkcí je „Leap Motion Controller extension to control web browser with Leap Motion device.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Leap Motion controller
Stáhněte si soubory rozšíření Leap Motion controller ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | clmfjbffimjbmkbknmhflghngplomdka |
Oficiální URL | https://chrome.google.com/webstore/detail/leap-motion-controller/clmfjbffimjbmkbknmhflghngplomdka |
Popis | Leap Motion Controller extension to control web browser with Leap Motion device. |
Velikost souboru | 544 KB |
Počet instalací | 241 |
Aktuální Verze | 0.1.3 |
Poslední Aktualizace | 2018-08-07 |
Datum Vydání | 2018-08-07 |
Vývojář | Issam |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Issam-b/leap-faith |
Podporované Jazyky | 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": [ "*:\/\/*\/*", " |