Yoda - Gesture control
Feel like a Jedi! Control your browser using hand gestures
Wat is Yoda - Gesture control?
Yoda - Gesture control is een Chrome-extensie ontwikkeld door Jagadeesh JKP, en de belangrijkste functie is "Feel like a Jedi! Control your browser using hand gestures".
Download het CRX-bestand van de extensie Yoda - Gesture control
Download Yoda - Gesture control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
(The extension is in its development stage )Browse your favourite websites without touching a mouse. Install this Yoda Extension and become an Obi Wan Kenobi. May the force be with you !
Basisinformatie over de Extensie
Naam | |
ID | ijjcfaiccpdgoabhflfdndcpkdgeafkg |
Officiële URL | https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg |
Beschrijving | Feel like a Jedi! Control your browser using hand gestures |
Bestandsgrootte | 50.24 KB |
Aantal Installaties | 55 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2015-08-13 |
Publicatiedatum | 2015-08-13 |
Beoordeling | 3.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Jagadeesh JKP |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yoda - Gesture control", "manifest_version": 2, "version": "1", "description": "Feel like a Jedi! Control your browser using hand gestures", "browser_action": { "name": "Yoda", "icons": [ "yoda.png" ], "default_icon": "yoda.png" }, "content_scripts": [ { "js": [ "scripts\/jquery.min.js", "scripts\/compatibility.min.js", "scripts\/objectdetect.min.js", "scripts\/objectdetect.handfist.min.js", "scripts\/yoda.min.js" ], "css": [ "yoda.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |