Speech to Text
Speech recognizer application to keep it as text.
Что такое Speech to Text?
Speech to Text - это расширение Chrome, разработанное tand826, и его основная функция - "Speech recognizer application to keep it as text.".
Снимки экрана расширения
Скачать файл CRX расширения Speech to Text
Скачайте файлы расширений Speech to Text в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Speech recognizer extension. Just record your voice and keep them as text in the history. You can copy the histories with a single click, or ctrl(alt/option)+click for multiple histories. [ Updated v2.1 ] > added locales [ Updated v2.0 ] > added a setting to keep recording until it is manually stopped > added a button to delete all the recorded histories > added a feature to copy multiple histories by clicking with ctrl / alt / option key > history can store up to 10 records
Основная информация о расширении
Название | Speech to Text |
ID | icgocicggifobehhjlekfcfmkmgnhoik |
Официальный URL | https://chromewebstore.google.com/detail/speech-to-text/icgocicggifobehhjlekfcfmkmgnhoik |
Описание | Speech recognizer application to keep it as text. |
Размер файла | 677 KB |
Количество установок | 3,620 |
Текущая Версия | 2.1 |
Последнее Обновление | 2022-02-16 |
Дата публикации | 2020-03-24 |
Рейтинг | 3.50/5 Всего 2 оценок |
Разработчик | tand826 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://tand826.github.io/speech_to_text_homepage/ |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Takumi Ando", "name": "Speech to Text", "description": "Speech recognizer application to keep it as text.", "version": "2.1", "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": "icons\/icon32.png", "default_title": "Popup", "default_popup": "popup.html" }, "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/tand826\/speech2text", "default_locale": "en" } |