Podcastle AI

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

Podcastle AI là gì?

Podcastle AI là một tiện ích mở rộng Chrome được phát triển bởi http://podcastle.ai, và tính năng chính của nó là "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Podcastle AI

Tải xuống các tệp mở rộng Podcastle 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

                        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                    

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

Tên Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
URL Chính Thức https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Mô tả Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Kích Thước Tệp 1.51 MB
Số Lần Cài Đặt 80,000
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2022-06-27
Ngày Phát Hành 2020-07-04
Đánh Giá 4.03/5 Tổng số 104 Đánh Giá
Nhà Phát Triển http://podcastle.ai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.podcastle.ai
URL Trang Trợ Giúp https://support.podcastle.ai/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.podcastle.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}