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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Microsoft Azure Text-to-Speech Audio-Content-Creation synthesized audio with 1 click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Microsoft Audio-Content-Creation TTS Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } } |