Readvox - Natural voice text to speech AI

Text to speech reader for the web with Natural voices.

Readvox - Natural voice text to speech AI là gì?

Readvox - Natural voice text to speech AI là một tiện ích mở rộng Chrome được phát triển bởi https://readvox.com, và tính năng chính của nó là "Text to speech reader for the web with Natural voices.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Readvox - Natural voice text to speech AI

Tải xuống các tệp mở rộng Readvox - Natural voice text to speech AI 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

                        Do what you love, while listening to your texts!

Absorb information, like never before, and make the most of your valuable time. 
Readvox is transforming any your texts on the web into engaging, humanlike audio narration. From in-depth articles and insightful blog posts to essential Google Docs and captivating Kindle books, Readvox ensures that your quest for knowledge is as effortless as it is enriching.

Here's how you make it happen:
Just press play on any web page, article to convert it to podcast or audio book.
Select a block of text and and click the play icon that magically appears.

Whether you're multitasking, have visual impairments, or simply prefer auditory learning, Readvox is your tool to unlock a more productive and accessible online experience.                    

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

Tên Readvox - Natural voice text to speech AI Readvox - Natural voice text to speech AI
ID abhjpgicemlbiclagmlbnchinjdimkog
URL Chính Thức https://chromewebstore.google.com/detail/readvox-natural-voice-tex/abhjpgicemlbiclagmlbnchinjdimkog
Mô tả Text to speech reader for the web with Natural voices.
Kích Thước Tệp 1.66 MB
Số Lần Cài Đặt 250
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2023-12-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://readvox.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fenvox.com/readvox
URL Trang Trợ Giúp https://fenvox.com/readvox#ask-section
URL Trang Chính Sách Bảo Mật https://fenvox.com/readvox/privacy
Ngôn Ngữ Được Hỗ Trợ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.3.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/fenvox.com\/readvox",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-readvox-16.png",
        "32": "icons\/icon-readvox-32.png",
        "48": "icons\/icon-readvox-48.png",
        "96": "icons\/icon-readvox-96.png",
        "128": "icons\/icon-readvox-128.png",
        "192": "icons\/icon-readvox-192.png",
        "512": "icons\/icon-readvox-512.png"
    },
    "action": {
        "default_title": "Start Readvox"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtu.be\/*",
                "*:\/\/*.figma.com\/*"
            ],
            "js": [
                "src\/inject\/main.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*",
                "\/icons\/*",
                "\/images\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/service-workers\/index.js",
        "type": "module"
    }
}