Speech To Text Engine
For your browser, there's an easy-to-use speech synthesis and analysis program!
Speech To Text Engine là gì?
Speech To Text Engine là một tiện ích mở rộng Chrome được phát triển bởi Steven Sanders, và tính năng chính của nó là "For your browser, there's an easy-to-use speech synthesis and analysis program!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Speech To Text Engine
Tải xuống các tệp mở rộng Speech To Text Engine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
"Speech To Text Engine" is a plugin that aids in the conversion of speech to text. It is capable of recognizing a wide range of languages and dialects. Simply select the big microphone symbol to begin converting your voice to text after opening the addon's UI. Please note that, when the add-on is launched for the first time, it will request microphone access. Please allow this software to function properly. In the UI, all captured text is displayed in the top text area. To copy the content, use (Ctrl + C) on your keyboard. When this add-on is closed, there are no additional activities taking place. Furthermore, it does not require an internet connection to function.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Speech To Text Engine |
ID | nfaflpdfalanegbebaikeadklolpflfi |
URL Chính Thức | https://chromewebstore.google.com/detail/speech-to-text-engine/nfaflpdfalanegbebaikeadklolpflfi |
Mô tả | For your browser, there's an easy-to-use speech synthesis and analysis program! |
Kích Thước Tệp | 147 KB |
Số Lần Cài Đặt | 956 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2022-07-04 |
Ngày Phát Hành | 2022-07-04 |
Đánh Giá | 4.89/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | Steven Sanders |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://worldaddons.com/speech-to-text-engine/ |
URL Trang Trợ Giúp | https://worldaddons.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://worldaddons.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "short_name": "speech-to-text-engine", "permissions": [ "storage", "contextMenus" ], "name": "Speech To Text Engine", "homepage_url": "https:\/\/worldaddons.com\/speech-to-text-engine\/", "description": "For your browser, there's an easy-to-use speech synthesis and analysis program!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Speech To Text Engine", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |