Speaktor: Convert Text to Audio

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

Wat is Speaktor: Convert Text to Audio?

Speaktor: Convert Text to Audio is een Chrome-extensie ontwikkeld door https://speaktor.com, en de belangrijkste functie is "Convert text to audio. Automatically synthesize your texts, url, images and convert them to audio with Speaktor.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Speaktor: Convert Text to Audio

Download Speaktor: Convert Text to Audio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Speaktor: Convert Text to Audio Speaktor: Convert Text to Audio
ID pkalafphkhagdcdomigccbieboahfipl
Officiële URL https://chromewebstore.google.com/detail/speaktor-convert-text-to/pkalafphkhagdcdomigccbieboahfipl
Beschrijving Convert text to audio. Automatically synthesize your texts, url, images and convert them to audio with Speaktor.
Bestandsgrootte 210 KB
Aantal Installaties 1,789
Huidige Versie 1
Laatst Bijgewerkt 2023-03-02
Publicatiedatum 2023-03-02
Beoordeling 4.94/5 Totaal 34 Beoordelingen
Ontwikkelaar https://speaktor.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://speaktor.com/
Help Pagina-URL https://speaktor.com/support
Ondersteunde Talen 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\/*"
    ]
}