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" } } |