Voibro
Voibro is a voice browser extension which allows to browse through websites with your voice.
Co to jest Voibro?
Voibro to rozszerzenie Chrome opracowane przez Duc Ngo Viet, a jego główną funkcją jest „Voibro is a voice browser extension which allows to browse through websites with your voice.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Voibro
Pobierz pliki rozszerzeń Voibro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kbnkflknldnhjcplkdldmelcbijoogfi |
Oficjalny URL | https://chromewebstore.google.com/detail/voibro/kbnkflknldnhjcplkdldmelcbijoogfi |
Opis | Voibro is a voice browser extension which allows to browse through websites with your voice. |
Rozmiar pliku | 132 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2014-10-03 |
Data Publikacji | 2014-10-03 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Duc Ngo Viet |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |