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 هو إضافة Chrome تم تطويرها بواسطة https://microsoft-tts-downloader.com، والميزة الرئيسية لها هي "Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Downloader for Microsoft™ Text-to-Speech
قم بتنزيل ملفات الامتداد Downloader for Microsoft™ Text-to-Speech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } } |