Voicepods - Realistic Text to Speech

Bring words to realistic AI generated voice - Convert any written text on the web into speech.

Voicepods - Realistic Text to Speech là gì?

Voicepods - Realistic Text to Speech là một tiện ích mở rộng Chrome được phát triển bởi Voicepods, và tính năng chính của nó là "Bring words to realistic AI generated voice - Convert any written text on the web into speech.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Voicepods - Realistic Text to Speech

Tải xuống các tệp mở rộng Voicepods - Realistic Text to Speech 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

                        Voicepods enables you to listen to any text on any website with realistic AI generated Voices.

Easily convert selected text or the entire page with one click and listen through the Chrome extension. It automatically syncs with your Voicepods account so that you can listen anywhere you go!

Choose from over 24 voices in 10 languages including Dutch, French, German, Italian, Korean, Japanese, Turkish, Spanish (Latin American and European), Hindi (Written as English, or Hindi).

- Listen to selected text in over 10 languages
- Voicepods automagically extracts out the relevant parts in web pages so that the audio only contains the content of the website and not extras like navigation
- Syncs with Voicepods so that you can listen anywhere you log in
- Control the pace of the audio playback to your liking                    

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

Tên Voicepods - Realistic Text to Speech Voicepods - Realistic Text to Speech
ID fihebcnndekipadhomlgaiajoipkophe
URL Chính Thức https://chromewebstore.google.com/detail/voicepods-realistic-text/fihebcnndekipadhomlgaiajoipkophe
Mô tả Bring words to realistic AI generated voice - Convert any written text on the web into speech.
Kích Thước Tệp 1.66 MB
Số Lần Cài Đặt 2,504
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-08-20
Ngày Phát Hành 2019-08-19
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Voicepods
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Bring words to realistic AI generated voice - Convert any written text on the web into speech.",
    "short_name": "Voicepods",
    "name": "Voicepods - Realistic Text to Speech",
    "version": "0.1.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Voicepods - Realistic Text to Speech"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "swal.css"
            ],
            "js": [
                "swal.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "http:\/\/app.voicepods.com\/*"
    ],
    "web_accessible_resources": [
        "confirmation.html"
    ]
}