Microsoft Audio-Content-Creation TTS Exporter

Download Microsoft Azure Text-to-Speech Audio-Content-Creation synthesized audio with 1 click.

Microsoft Audio-Content-Creation TTS Exporter란 무엇입니까?

Microsoft Audio-Content-Creation TTS Exporter은(는) mtd support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Microsoft Azure Text-to-Speech Audio-Content-Creation synthesized audio with 1 click."입니다.

확장 프로그램 스크린샷

screenshot

Microsoft Audio-Content-Creation TTS Exporter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Microsoft Azure Audio Content Creation is a text-to-speech service that converts text to lifelike speech. 

You can optimize text-to-speech voice output by easily adjusting and fine-tuning key speech attributes.

Audio Content Creation enables you to visually control speech attributes in real-time – such as voice style, rate, pitch, volume, pronunciation and breaks. It allows you to quickly create more accurate, expressive and customized audio.

The official Microsoft Azure website offers a lite version of Audio Content Creation app for you to try out text-to-speech. You can tailor the settings and play the synthesized lifelike audio. 

⚠️ However, the synthesized speech can only be played but not be downloaded.
🎯 This extension adds a free download button on that page.

🔗 Microsoft™ Azure official  Audio Content Creation website: 
https://speech.microsoft.com/audiocontentcreation                    

확장 프로그램 기본 정보

이름 Microsoft Audio-Content-Creation TTS Exporter Microsoft Audio-Content-Creation TTS Exporter
ID lhphdiclklkbodombedbjeddjfkfcmao
공식 URL https://chromewebstore.google.com/detail/microsoft-audio-content-c/lhphdiclklkbodombedbjeddjfkfcmao
설명 Download Microsoft Azure Text-to-Speech Audio-Content-Creation synthesized audio with 1 click.
파일 크기 414 KB
설치 횟수 1,710
현재 버전 2.1.0
최근 업데이트 2023-09-02
출시 날짜 2023-04-09
평점 4.50/5 총 4 개의 평점
개발자 mtd support
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://speech.microsoft.com/audiocontentcreation
지원되는 언어 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": "2.1.0",
    "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:\/\/speech.microsoft.com\/audiocontentcreation*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.microsoft-tts-downloader.com\/*"
        ]
    }
}