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 là gì?

Microsoft Audio-Content-Creation TTS Exporter là một tiện ích mở rộng Chrome được phát triển bởi mtd support, và tính năng chính của nó là "Download Microsoft Azure Text-to-Speech Audio-Content-Creation synthesized audio with 1 click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Microsoft Audio-Content-Creation TTS Exporter

Tải xuống các tệp mở rộng Microsoft Audio-Content-Creation TTS Exporter 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 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Microsoft Audio-Content-Creation TTS Exporter Microsoft Audio-Content-Creation TTS Exporter
ID lhphdiclklkbodombedbjeddjfkfcmao
URL Chính Thức https://chromewebstore.google.com/detail/microsoft-audio-content-c/lhphdiclklkbodombedbjeddjfkfcmao
Mô tả Download Microsoft Azure Text-to-Speech Audio-Content-Creation synthesized audio with 1 click.
Kích Thước Tệp 414 KB
Số Lần Cài Đặt 1,710
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-09-02
Ngày Phát Hành 2023-04-09
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển mtd support
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://speech.microsoft.com/audiocontentcreation
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": "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\/*"
        ]
    }
}