Yoda - Gesture control
Feel like a Jedi! Control your browser using hand gestures
Что такое Yoda - Gesture control?
Yoda - Gesture control - это расширение Chrome, разработанное Jagadeesh JKP, и его основная функция - "Feel like a Jedi! Control your browser using hand gestures".
Скачать файл CRX расширения Yoda - Gesture control
Скачайте файлы расширений Yoda - Gesture control в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
(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 !
Основная информация о расширении
Название | |
ID | ijjcfaiccpdgoabhflfdndcpkdgeafkg |
Официальный URL | https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg |
Описание | Feel like a Jedi! Control your browser using hand gestures |
Размер файла | 50.24 KB |
Количество установок | 55 |
Текущая Версия | 1 |
Последнее Обновление | 2015-08-13 |
Дата публикации | 2015-08-13 |
Рейтинг | 3.20/5 Всего 5 оценок |
Разработчик | Jagadeesh JKP |
Тип оплаты | free |
Поддерживаемые языки | 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:\/\/*\/*" ] } ] } |