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 |
官方網址 | 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" } } |