Podcastle AI

Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.

Podcastle AI란 무엇입니까?

Podcastle AI은(는) http://podcastle.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Podcastle AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Podcastle, you can instantly turn your authored news and articles, blog posts into podcasts 🎧.
And continue the editing of your podcast in our all-in-one Web-based collaborative podcast creation platform.
Are you ready to give it a try?

★ NEW: 
- New HD Voice Skins
- Redesigned look and feel
- Integration with our Podcast creation and enhancement platform                    

확장 프로그램 기본 정보

이름 Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
공식 URL https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
설명 Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
파일 크기 1.51 MB
설치 횟수 80,000
현재 버전 0.4.2
최근 업데이트 2022-06-27
출시 날짜 2020-07-04
평점 4.03/5 총 104 개의 평점
개발자 http://podcastle.ai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.podcastle.ai
도움말 페이지 URL https://support.podcastle.ai/hc/en-us
개인정보 보호 정책 페이지 URL https://www.podcastle.ai/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.4.2",
    "short_name": "Podcastle",
    "name": "Podcastle AI",
    "description": "Podcastle converts text news\/articles to a podcast, with very natural human speech using machine learning.",
    "browser_action": {
        "default_title": "Podcastle",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*.podcastle.dev\/",
        "*:\/\/*.podcastle.ai\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}