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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |