Speech to Text
Speech recognizer application to keep it as text.
Speech to Text là gì?
Speech to Text là một tiện ích mở rộng Chrome được phát triển bởi tand826, và tính năng chính của nó là "Speech recognizer application to keep it as text.".
Ả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
Tải xuống các tệp mở rộng Speech to Text 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 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Speech to Text |
ID | icgocicggifobehhjlekfcfmkmgnhoik |
URL Chính Thức | https://chromewebstore.google.com/detail/speech-to-text/icgocicggifobehhjlekfcfmkmgnhoik |
Mô tả | Speech recognizer application to keep it as text. |
Kích Thước Tệp | 677 KB |
Số Lần Cài Đặt | 3,620 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2022-02-16 |
Ngày Phát Hành | 2020-03-24 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | tand826 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tand826.github.io/speech_to_text_homepage/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |