Downloader for Microsoft™ Text-to-Speech
Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.
Downloader for Microsoft™ Text-to-Speech là gì?
Downloader for Microsoft™ Text-to-Speech là một tiện ích mở rộng Chrome được phát triển bởi https://microsoft-tts-downloader.com, và tính năng chính của nó là "Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.".
Ả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 Downloader for Microsoft™ Text-to-Speech
Tải xuống các tệp mở rộng Downloader for Microsoft™ Text-to-Speech 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
Microsoft™ Text to speech is a speech service that converts text to lifelike speech. The official Microsoft™ TTS website offers a demo app which you can try to synthesize lifelike speech. However, the synthesized speech can only be played but not be downloaded. This extension adds a download button next to the official 'play' button. Microsoft™ Text-to-Speech website: https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Downloader for Microsoft™ Text-to-Speech |
ID | dplnecggiofdkdcagdkjebneaonfhbbb |
URL Chính Thức | https://chromewebstore.google.com/detail/downloader-for-microsoft/dplnecggiofdkdcagdkjebneaonfhbbb |
Mô tả | Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click. |
Kích Thước Tệp | 427 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 7.0.1 |
Cập Nhật Lần Cuối | 2024-02-14 |
Ngày Phát Hành | 2022-04-20 |
Đánh Giá | 3.78/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | https://microsoft-tts-downloader.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.microsoft-tts-downloader.com |
URL Trang Chính Sách Bảo Mật | https://www.microsoft-tts-downloader.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_fulltitle__", "description": "__MSG_ext_description__", "manifest_version": 3, "version": "7.0.1", "permissions": [ "storage" ], "default_locale": "en", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/azure.microsoft.com\/*\/ai-services\/text-to-speech*" ], "js": [ "content.js" ], "all_frames": false, "run_at": "document_end" } ], "host_permissions": [], "externally_connectable": { "matches": [ "https:\/\/*.microsoft-tts-downloader.com\/*" ] } } |