Yoda - Gesture control
Feel like a Jedi! Control your browser using hand gestures
Cos'è Yoda - Gesture control?
Yoda - Gesture control è un'estensione di Chrome sviluppata da Jagadeesh JKP, e la sua funzione principale è "Feel like a Jedi! Control your browser using hand gestures".
Scarica il file CRX dell'estensione Yoda - Gesture control
Scarica i file di estensione Yoda - Gesture control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
(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 !
Informazioni di Base sull'Estensione
Nome | |
ID | ijjcfaiccpdgoabhflfdndcpkdgeafkg |
URL Ufficiale | https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg |
Descrizione | Feel like a Jedi! Control your browser using hand gestures |
Dimensione del File | 50.24 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2015-08-13 |
Data di Pubblicazione | 2015-08-13 |
Valutazione | 3.20/5 Totale 5 Valutazioni |
Sviluppatore | Jagadeesh JKP |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |