Voibro
Voibro is a voice browser extension which allows to browse through websites with your voice.
Что такое Voibro?
Voibro - это расширение Chrome, разработанное Duc Ngo Viet, и его основная функция - "Voibro is a voice browser extension which allows to browse through websites with your voice.".
Снимки экрана расширения
Скачать файл CRX расширения Voibro
Скачайте файлы расширений Voibro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
After installation you can activate voibro by pressing the keys 'v' and 'b' simultaneously. Consider visiting the following tutorial to learn the commands of voibro: https://dl.dropboxusercontent.com/u/14100215/tutorial-en.html Hint: To use voibro the permission to use the microphone has to be granted. Sites hosted over HTTPS need that permission only once.
Основная информация о расширении
Название | |
ID | kbnkflknldnhjcplkdldmelcbijoogfi |
Официальный URL | https://chromewebstore.google.com/detail/voibro/kbnkflknldnhjcplkdldmelcbijoogfi |
Описание | Voibro is a voice browser extension which allows to browse through websites with your voice. |
Размер файла | 132 KB |
Количество установок | 18 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2014-10-03 |
Дата публикации | 2014-10-03 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Duc Ngo Viet |
Тип оплаты | free |
Поддерживаемые языки | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "de", "version": "1.0.5", "author": "Duc Ngo Viet", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "distribution\/jquery.js", "distribution\/main.js" ], "css": [ "distribution\/style.css" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ "media\/*.png" ], "icons": { "64": "media\/voibro-logo-64.png", "128": "media\/voibro-logo-128.png" } } |