Speaktor: Convert Text to Audio

Convert text to audio. Automatically synthesize your texts, url, images and convert them to audio with Speaktor.

Was ist Speaktor: Convert Text to Audio?

Speaktor: Convert Text to Audio ist eine Chrome-Erweiterung, die von https://speaktor.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert text to audio. Automatically synthesize your texts, url, images and convert them to audio with Speaktor.".

Erweiterungsscreenshots

screenshot

Speaktor: Convert Text to Audio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Speaktor: Convert Text to Audio-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

                        Speaktor: AI Powered Chrome Extension that Converts Text to Audio Files

Speaktor converts text to speech in more than 100 languages and dialects with extensive voice options for each language including English, German, Portuguese, Turkish. Click on “create audio” button and chose one of three options to convert your texts to audio in a few seconds. Speaktor is also available across Web, iOS, and Android.                    

Grundlegende Informationen zur Erweiterung

Name Speaktor: Convert Text to Audio Speaktor: Convert Text to Audio
ID pkalafphkhagdcdomigccbieboahfipl
Offizielle URL https://chromewebstore.google.com/detail/speaktor-convert-text-to/pkalafphkhagdcdomigccbieboahfipl
Beschreibung Convert text to audio. Automatically synthesize your texts, url, images and convert them to audio with Speaktor.
Dateigröße 210 KB
Installationsanzahl 1,789
Aktuelle Version 1
Letztes Update 2023-03-02
Veröffentlichungsdatum 2023-03-02
Bewertung 4.94/5 Insgesamt 34 Bewertungen
Entwickler https://speaktor.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://speaktor.com/
Hilfeseite URL https://speaktor.com/support
Unterstützte Sprachen id,ms,de,en,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "speaktor-icon-16x16.png",
        "48": "speaktor-icon-48x48.png",
        "128": "speaktor-icon-128x128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/app.speaktor.com\/*",
        "https:\/\/speaktor.com\/*",
        "https:\/\/transkriptor.com\/*"
    ]
}