Text to Speech Extension - Panopreter.com

Read web page text out with natural voices.

Text to Speech Extension - Panopreter.comคืออะไร?

Text to Speech Extension - Panopreter.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Panopreter Software และคุณลักษณะหลักของมันคือ "Read web page text out with natural voices."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text to Speech Extension - Panopreter.com

ดาวน์โหลดไฟล์ส่วนขยาย Text to Speech Extension - Panopreter.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This text-to-speech extension reads text on any web page out with natural voices. People can listen to the text content on the go while doing other things, no need to stare at the screen or page.

The text-to-speech extension by Panopreter is an easy-to-use tool to read the web page content out. Just click on the pop up menu, the selected text or all the text on the web page will be read out with natural sounding voices. The speech synthesis occurs locally on your computer and the text will never be sent to the internet. Users can pause or resume the speech, adjust the volume and speed of the speech.

Here is the detail for installing the text to speech add-on for Chrome web browser: https://www.panopreter.com/en/products/panopreter/browseraddon.php                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Text to Speech Extension - Panopreter.com Text to Speech Extension - Panopreter.com
ID aononmkoehhgplkolnppkhojhoagjjfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-to-speech-extension/aononmkoehhgplkolnppkhojhoagjjfp
คำอธิบาย Read web page text out with natural voices.
ขนาดไฟล์ 63.7 KB
จำนวนการติดตั้ง 316
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2022-10-30
วันที่เผยแพร่ 2022-10-30
ผู้พัฒนา Panopreter Software
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.panopreter.com
URL หน้าช่วยเหลือ https://www.panopreter.com
URL หน้านโยบายความเป็นส่วนตัว https://www.panopreter.com/en/products/panopreter/chrome-extension-privacy.php
ภาษาที่รองรับ de,en,fr,nl,no,es,it,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_nameInManifest__",
    "description": "__MSG_descriptionInManifest__",
    "version": "1.0.0.1",
    "permissions": [
        "storage",
        "nativeMessaging",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/www.panopreter.com"
}