EasySpeak
This extension will allow users to speak into the website, a new way to interact.
Что такое EasySpeak?
EasySpeak - это расширение Chrome, разработанное jsbbvk, и его основная функция - "This extension will allow users to speak into the website, a new way to interact.".
Снимки экрана расширения
Скачать файл CRX расширения EasySpeak
Скачайте файлы расширений EasySpeak в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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)
Основная информация о расширении
Название | EasySpeak |
ID | ddjlgapaflfbkfndnhlehildjhegeomk |
Официальный URL | https://chromewebstore.google.com/detail/easyspeak/ddjlgapaflfbkfndnhlehildjhegeomk |
Описание | This extension will allow users to speak into the website, a new way to interact. |
Размер файла | 149 KB |
Количество установок | 11 |
Текущая Версия | 1.5 |
Последнее Обновление | 2018-04-26 |
Дата публикации | 2018-04-25 |
Рейтинг | 3.00/5 Всего 4 оценок |
Разработчик | jsbbvk |
Тип оплаты | free |
Поддерживаемые языки | 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": [ " |