Voibro
Voibro is a voice browser extension which allows to browse through websites with your voice.
Voibro là gì?
Voibro là một tiện ích mở rộng Chrome được phát triển bởi Duc Ngo Viet, và tính năng chính của nó là "Voibro is a voice browser extension which allows to browse through websites with your voice.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Voibro
Tải xuống các tệp mở rộng Voibro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kbnkflknldnhjcplkdldmelcbijoogfi |
URL Chính Thức | https://chromewebstore.google.com/detail/voibro/kbnkflknldnhjcplkdldmelcbijoogfi |
Mô tả | Voibro is a voice browser extension which allows to browse through websites with your voice. |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2014-10-03 |
Ngày Phát Hành | 2014-10-03 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Duc Ngo Viet |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |