Audioread: Ultra-Realistic Text-to-Speech

Convert articles, PDFs, emails, or any text into audio

Audioread: Ultra-Realistic Text-to-Speech란 무엇입니까?

Audioread: Ultra-Realistic Text-to-Speech은(는) https://audioread.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert articles, PDFs, emails, or any text into audio"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Audioread: Ultra-Realistic Text-to-Speech 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you feel like you don't have enough time to read? Listen instead!

Audioread converts any article, PDF, email, or pasted text into a podcast using natural-sounding text-to-speech. It creates your personal RSS feed that you can subscribe to in most podcast apps, such as Apple Podcasts, Google Podcasts, Overcast, Podcast Addict, and more.

- Ultra-realistic AI voices. Sample articles are available on Audioread.com.
- Send articles from iOS or Android. 
- Listen in a podcast app or browser.                    

확장 프로그램 기본 정보

이름 Audioread: Ultra-Realistic Text-to-Speech Audioread: Ultra-Realistic Text-to-Speech
ID fblchjbbkkaoobkhhbloehgkpdlomido
공식 URL https://chromewebstore.google.com/detail/audioread-ultra-realistic/fblchjbbkkaoobkhhbloehgkpdlomido
설명 Convert articles, PDFs, emails, or any text into audio
파일 크기 1.77 MB
설치 횟수 9,869
현재 버전 3.5.2
최근 업데이트 2023-04-20
출시 날짜 2020-11-24
평점 4.05/5 총 44 개의 평점
개발자 https://audioread.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://audioread.com
도움말 페이지 URL https://www.tidio.com/talk/gzpx0hksecqrxjt9t2vix680h5aiodfj
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1geVMGxOLLo9wHTyhSvlo0AxGQV50d7WH7ZpkWRt2_9I/edit?usp=sharing
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Convert articles, PDFs, emails, or any text into audio",
    "version": "3.5.2",
    "name": "Audioread: Ultra-Realistic Text-to-Speech",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.audiblogs.com\/*",
                "*:\/\/*.audioread.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "loading.svg"
    ],
    "commands": {
        "open": {
            "suggested_key": {
                "windows": "Alt+Shift+1",
                "mac": "Alt+Shift+1",
                "chromeos": "Alt+Shift+1",
                "linux": "Alt+Shift+1"
            },
            "description": "Open Popup"
        },
        "send": {
            "suggested_key": {
                "windows": "Alt+Shift+2",
                "mac": "Alt+Shift+2",
                "chromeos": "Alt+Shift+2",
                "linux": "Alt+Shift+2"
            },
            "description": "Send Article"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "*:\/\/*.audiblogs.com\/*",
        "*:\/\/*.audioread.com\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}