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 |
| Eメール | [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\/*"
]
}
} | |