Playtext — Text to Speech

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

什麼是Playtext — Text to Speech?

Playtext — Text to Speech是由https://playtext.app開發的Chrome擴展程式,該擴展的主要功能是“Turn Articles into Audio. Read at 3x the speed! ⚡️”。

擴展截圖

screenshot
screenshot
screenshot

下載Playtext — Text to Speech擴展crx文件

下載Playtext — Text to Speech擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Playtext — Text to Speech Playtext — Text to Speech
ID ccocbkipkgmgmpjnjnhkhkdojodbbcck
官方網址 https://chromewebstore.google.com/detail/playtext-%E2%80%94-text-to-speech/ccocbkipkgmgmpjnjnhkhkdojodbbcck
簡介 Turn Articles into Audio. Read at 3x the speed! ⚡️
檔案大小 65.21 KB
安裝次數 1,151
目前版本 2.0.8
更新時間 2024-02-06
上架時間 2023-04-10
評分 5.00/5 共 6 次評分
開發者 https://playtext.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://playtext.app
隱私政策頁面URL https://playtext.app/terms
支援的語言 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"
            ]
        }
    ]
}