Speaktor: Convert Text to Audio

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

What is Speaktor: Convert Text to Audio?

Speaktor: Convert Text to Audio is a Chrome extension developed by https://speaktor.com, and its main feature is "Convert text to audio. Automatically synthesize your texts, url, images and convert them to audio with Speaktor.".

Extension Screenshots

screenshot

Download Speaktor: Convert Text to Audio Extension CRX File

Download Speaktor: Convert Text to Audio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Speaktor: Convert Text to Audio Speaktor: Convert Text to Audio
ID pkalafphkhagdcdomigccbieboahfipl
Official URL https://chromewebstore.google.com/detail/speaktor-convert-text-to/pkalafphkhagdcdomigccbieboahfipl
Description Convert text to audio. Automatically synthesize your texts, url, images and convert them to audio with Speaktor.
File Size 210 KB
Installation Count 1,789
Current Version 1
Last Updated 2023-03-02
Publish Date 2023-03-02
Rating 4.94/5 Total 34 Ratings
Developer https://speaktor.com
Email [email protected]
Payment Type free
Extension Website https://speaktor.com/
Help Page URL https://speaktor.com/support
Supported Languages 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\/*"
    ]
}