Playtext — Text to Speech

Turn Articles into Audio. Read at 3x the speed! ⚡️

Playtext — Text to Speech là gì?

Playtext — Text to Speech là một tiện ích mở rộng Chrome được phát triển bởi https://playtext.app, và tính năng chính của nó là "Turn Articles into Audio. Read at 3x the speed! ⚡️".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Playtext — Text to Speech

Tải xuống các tệp mở rộng Playtext — Text to Speech 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

                        Play any website! 

Playtext is a text-to-speech reader, that turns any Articles into Audio using AI-generated voices. 

1. Save any Article.
2. Listen at 3x the speed.
3. Make reading your superpower! 💪

—
What can you do with Playtext?

🎧 Text to Audio: Read AND Listen at the same time. Information sticks more in your brain.
✨ Distraction-free Environment: Designed to help you focus. Free of ads or any clunky UI.
🚀 Read Faster: Increase the speed up to 3x.
💻 Keyboard Shortcuts: Control your reading pace with a keystroke.
🌎 Available in 6 Languages: English, Spanish, Portuguese, German, Italian, and French.                    

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

Tên Playtext — Text to Speech Playtext — Text to Speech
ID ccocbkipkgmgmpjnjnhkhkdojodbbcck
URL Chính Thức https://chromewebstore.google.com/detail/playtext-%E2%80%94-text-to-speech/ccocbkipkgmgmpjnjnhkhkdojodbbcck
Mô tả Turn Articles into Audio. Read at 3x the speed! ⚡️
Kích Thước Tệp 65.21 KB
Số Lần Cài Đặt 1,151
Phiên Bản Hiện Tại 2.0.8
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2023-04-10
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://playtext.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://playtext.app
URL Trang Chính Sách Bảo Mật https://playtext.app/terms
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playtext \u2014 Text to Speech",
    "description": "Turn Articles into Audio. Read at 3x the speed! \u26a1\ufe0f",
    "version": "2.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_title": "Playtext",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}