Speaktor: Convert Text to Audio

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

Speaktor: Convert Text to Audio là gì?

Speaktor: Convert Text to Audio là một tiện ích mở rộng Chrome được phát triển bởi https://speaktor.com, và tính năng chính của nó là "Convert text to audio. Automatically synthesize your texts, url, images and convert them to audio with Speaktor.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Speaktor: Convert Text to Audio

Tải xuống các tệp mở rộng Speaktor: Convert Text to Audio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Speaktor: Convert Text to Audio Speaktor: Convert Text to Audio
ID pkalafphkhagdcdomigccbieboahfipl
URL Chính Thức https://chromewebstore.google.com/detail/speaktor-convert-text-to/pkalafphkhagdcdomigccbieboahfipl
Mô tả Convert text to audio. Automatically synthesize your texts, url, images and convert them to audio with Speaktor.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 1,789
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2023-03-02
Ngày Phát Hành 2023-03-02
Đánh Giá 4.94/5 Tổng số 34 Đánh Giá
Nhà Phát Triển https://speaktor.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://speaktor.com/
URL Trang Trợ Giúp https://speaktor.com/support
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}