Podcastle AI

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

Podcastle AIคืออะไร?

Podcastle AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://podcastle.ai และคุณลักษณะหลักของมันคือ "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Podcastle AI

ดาวน์โหลดไฟล์ส่วนขยาย Podcastle AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}