Downloader for Microsoft™ Text-to-Speech
Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.
Co je Downloader for Microsoft™ Text-to-Speech?
Downloader for Microsoft™ Text-to-Speech je rozšíření Chrome vyvinuté https://microsoft-tts-downloader.com, a jeho hlavní funkcí je „Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Downloader for Microsoft™ Text-to-Speech
Stáhněte si soubory rozšíření Downloader for Microsoft™ Text-to-Speech ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | dplnecggiofdkdcagdkjebneaonfhbbb |
| Oficiální URL | https://chromewebstore.google.com/detail/downloader-for-microsoft/dplnecggiofdkdcagdkjebneaonfhbbb |
| Popis | Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click. |
| Velikost souboru | 427 KB |
| Počet instalací | 20,000 |
| Aktuální Verze | 7.0.1 |
| Poslední Aktualizace | 2024-02-14 |
| Datum Vydání | 2022-04-20 |
| Hodnocení | 3.78/5 Celkem 36 Hodnocení |
| Vývojář | https://microsoft-tts-downloader.com |
| [email protected] | |
| Typ Platby | in_app |
| Webové stránky Rozšíření | https://www.microsoft-tts-downloader.com |
| URL Stránky Zásad Ochrany Soukromí | https://www.microsoft-tts-downloader.com/privacy |
| Podporované Jazyky | 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\/*"
]
}
} | |