Talk & Write
A listening notepad
Talk & Write là gì?
Talk & Write là một tiện ích mở rộng Chrome được phát triển bởi https://www.extendbrowser.com, và tính năng chính của nó là "A listening notepad".
Ả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 Talk & Write
Tải xuống các tệp mở rộng Talk & Write 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
"TALK & WRITE" for Chrome browser. Reduce typing time with this voice recognition extension. Talk & Write" is an extension for Chrome browser that helps you type text using your voice. Read a text content and it will be typed to a notepad where you can edit it as you like. "Talk & Write" purpose is to digitize a text document by reading it, through a simple interface. For better results, use a headset or an external microphone. Powered by Google's Web Speech API.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Talk & Write |
ID | aoccbmdngdnaepdoonchccpgloegkhid |
URL Chính Thức | https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid |
Mô tả | A listening notepad |
Kích Thước Tệp | 41.23 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-08-29 |
Ngày Phát Hành | 2020-02-11 |
Đánh Giá | 4.44/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | https://www.extendbrowser.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.extendbrowser.com/talkandwrite.html |
URL Trang Chính Sách Bảo Mật | https://www.extendbrowser.com/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talk & Write", "description": "A listening notepad", "icons": { "16": "speakingHead16.png", "32": "speakingHead32.png", "48": "speakingHead48.png", "128": "speakingHead128.png" }, "version": "1.0.1", "author": "George Zotos", "action": { "default_icon": "speakingHead48.png", "default_title": "Talk & Write" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.extendbrowser.com\/*" ] } |