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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Downloader for Microsoft™ 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\/*" ] } } |