Readvox - Natural voice text to speech AI

Text to speech reader for the web with Natural voices.

Readvox - Natural voice text to speech AI란 무엇입니까?

Readvox - Natural voice text to speech AI은(는) https://readvox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Text to speech reader for the web with Natural voices."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Readvox - Natural voice text to speech AI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Readvox - Natural voice text to speech AI Readvox - Natural voice text to speech AI
ID abhjpgicemlbiclagmlbnchinjdimkog
공식 URL https://chromewebstore.google.com/detail/readvox-natural-voice-tex/abhjpgicemlbiclagmlbnchinjdimkog
설명 Text to speech reader for the web with Natural voices.
파일 크기 1.66 MB
설치 횟수 250
현재 버전 2.3.0
최근 업데이트 2024-02-12
출시 날짜 2023-12-24
평점 5.00/5 총 3 개의 평점
개발자 https://readvox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fenvox.com/readvox
도움말 페이지 URL https://fenvox.com/readvox#ask-section
개인정보 보호 정책 페이지 URL https://fenvox.com/readvox/privacy
지원되는 언어 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"
    }
}