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?
Downloader for Microsoft™ Text-to-Speech是由https://microsoft-tts-downloader.com开发的Chrome扩展程序,该扩展的主要功能是“Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.”。
扩展截图
下载Downloader for Microsoft™ Text-to-Speech扩展crx文件
下载Downloader for Microsoft™ Text-to-Speech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | dplnecggiofdkdcagdkjebneaonfhbbb |
| 官方URL | https://chromewebstore.google.com/detail/downloader-for-microsoft/dplnecggiofdkdcagdkjebneaonfhbbb |
| 简介 | Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click. |
| 文件大小 | 427 KB |
| 安装次数 | 20,000 |
| 当前版本 | 7.0.1 |
| 更新时间 | 2024-02-14 |
| 上架时间 | 2022-04-20 |
| 评分 | 3.78/5 共36次评分 |
| 开发者 | https://microsoft-tts-downloader.com |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://www.microsoft-tts-downloader.com |
| 隐私政策页面URL | https://www.microsoft-tts-downloader.com/privacy |
| 支持的语言 | 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\/*"
]
}
} | |