Downloader for Microsoft™ Text-to-Speech

Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.

Was ist Downloader for Microsoft™ Text-to-Speech?

Downloader for Microsoft™ Text-to-Speech ist eine Chrome-Erweiterung, die von https://microsoft-tts-downloader.com entwickelt wurde, und ihr Hauptmerkmal ist "Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.".

Erweiterungsscreenshots

screenshot

Downloader for Microsoft™ Text-to-Speech-Erweiterungs-CRX-Datei herunterladen

Laden Sie Downloader for Microsoft™ Text-to-Speech-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Downloader for Microsoft™ Text-to-Speech Downloader for Microsoft™ Text-to-Speech
ID dplnecggiofdkdcagdkjebneaonfhbbb
Offizielle URL https://chromewebstore.google.com/detail/downloader-for-microsoft/dplnecggiofdkdcagdkjebneaonfhbbb
Beschreibung Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.
Dateigröße 427 KB
Installationsanzahl 20,000
Aktuelle Version 7.0.1
Letztes Update 2024-02-14
Veröffentlichungsdatum 2022-04-20
Bewertung 3.78/5 Insgesamt 36 Bewertungen
Entwickler https://microsoft-tts-downloader.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.microsoft-tts-downloader.com
URL der Datenschutzrichtlinien-Seite https://www.microsoft-tts-downloader.com/privacy
Unterstützte Sprachen 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\/*"
        ]
    }
}