AudioTTS - Simple Text to Speech Downloader

Download audio from text to speech demo page of Azure, Google & IBM.

Τι είναι το AudioTTS - Simple Text to Speech Downloader;

Το AudioTTS - Simple Text to Speech Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://baabullah.blogspot.com, και η κύρια λειτουργία του είναι "Download audio from text to speech demo page of Azure, Google & IBM.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AudioTTS - Simple Text to Speech Downloader

Λήψη αρχείων επέκτασης AudioTTS - Simple Text to Speech Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        After installing this extension, simply visit one of our supported sites listed below and begin generating voice from your text 🌱:

🤖 Microsoft Azure
https://azure.microsoft.com/en-us/products/ai-services/text-to-speech

🤖 Google TTS
https://www.gstatic.com/cloud-site-ux/text_to_speech/text_to_speech.min.html

🤖 IBM Watson
https://www.ibm.com/demos/live/tts-demo/self-service/home

Supported browsers:
🍪 All browsers that support Chrome extension installation (including Android, iOS, and Windows) are compatible with AudioTTS.

👉 We bring Azure Text-to-Speech Demo Page back to Life! Looking to download text-to-speech audio files from Microsoft Azure, Google, or IBM Watson demo pages? Look no further than AudioTTS, the easy-to-use Chrome extension that makes downloading these files a breeze!

👉 With AudioTTS, simply install the extension and visit any of the supported demo pages to get started. Click the "Download" or "Speak" button, and your audio file will be ready to download in either MP3 or WAV format.

👉 And if you run into any issues with AudioTTS, our friendly support team is here to help. Just head over to the Support Tab to submit your question or suggestion.

👉 We are excited to announce that our extension is now available as a paid version! With the paid version, you'll get access to even more powerful features and functionalities that will enhance your browsing experience. Upgrade today and take advantage of everything our extension has to offer!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AudioTTS - Simple Text to Speech Downloader AudioTTS - Simple Text to Speech Downloader
ID lhbdjaomnaobfljmhkmcfhhnihaaangh
Επίσημο URL https://chromewebstore.google.com/detail/audiotts-simple-text-to-s/lhbdjaomnaobfljmhkmcfhhnihaaangh
Περιγραφή Download audio from text to speech demo page of Azure, Google & IBM.
Μέγεθος Αρχείου 312 KB
Αριθμός Εγκαταστάσεων 4,182
Τρέχουσα Έκδοση 2.0.18
Τελευταία Ενημέρωση 2023-12-20
Ημερομηνία Δημοσίευσης 2021-06-21
Αξιολόγηση 3.82/5 Συνολικά 67 Αξιολογήσεις
Προγραμματιστής https://baabullah.blogspot.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.youtube.com/@DefamsTV
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AudioTTS - Simple Text to Speech Downloader",
    "description": "Download audio from text to speech demo page of Azure, Google & IBM.",
    "version": "2.0.18",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/www.gstatic.com\/cloud-site-ux\/text_to_speech\/*",
        "*:\/\/azure.microsoft.com\/en-us\/*\/cognitive-services\/*",
        "*:\/\/www.ibm.com\/demos\/live\/tts-demo\/self-service\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "FingerPrint.js",
                "inject.js",
                "textToSpeech.js",
                "microsoft.cognitiveservices.speech.sdk.bundle.js",
                "core.css",
                "jquery-3.6.0.min.js",
                "lame.min.js"
            ],
            "matches": [
                "https:\/\/www.gstatic.com\/*",
                "https:\/\/azure.microsoft.com\/*",
                "https:\/\/www.ibm.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.gstatic.com\/*",
                "https:\/\/azure.microsoft.com\/*",
                "https:\/\/www.ibm.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}