EasySpeak
This extension will allow users to speak into the website, a new way to interact.
Co to jest EasySpeak?
EasySpeak to rozszerzenie Chrome opracowane przez jsbbvk, a jego główną funkcją jest „This extension will allow users to speak into the website, a new way to interact.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EasySpeak
Pobierz pliki rozszerzeń EasySpeak 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
Visit our website: www.easyspeak.tech This extension will allow you to transform your speech into text that is placed into text areas. Instuctions: Simply select a text field and start the voice recognition to see the magic unfold. Commands: - 'clear slate' - 'delete word' - 'new paragraph' - "Open" + (valid url) - "Buy" + (item queries) - "Search" + (anything) - "Solve" + (anything) - "What is" + (anything) - "Play video" + (anything)
Podstawowe informacje o rozszerzeniu
Nazwa | EasySpeak |
ID | ddjlgapaflfbkfndnhlehildjhegeomk |
Oficjalny URL | https://chromewebstore.google.com/detail/easyspeak/ddjlgapaflfbkfndnhlehildjhegeomk |
Opis | This extension will allow users to speak into the website, a new way to interact. |
Rozmiar pliku | 149 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2018-04-26 |
Data Publikacji | 2018-04-25 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | jsbbvk |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasySpeak", "description": "This extension will allow users to speak into the website, a new way to interact.", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": [ { "scripts": [ "background.js" ] } ], "content_scripts": [ { "matches": [ " |