Voibro
Voibro is a voice browser extension which allows to browse through websites with your voice.
什么是Voibro?
Voibro是由Duc Ngo Viet开发的Chrome扩展程序,该扩展的主要功能是“Voibro is a voice browser extension which allows to browse through websites with your voice.”。
扩展截图
下载Voibro扩展crx文件
下载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" } } |