Text to voice

Convert text to voice to Read any page easily.

Text to voiceคืออะไร?

Text to voice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quiestmohamed.org และคุณลักษณะหลักของมันคือ "Convert text to voice to Read any page easily."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text to voice

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

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

                        Read aloud the current web-page article with one click, using text to speech coverter, in many languages.

Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio.  It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.

How to use Text to voice:

Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.

It's easy, fast and useful.                    

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

ชื่อ Text to voice Text to voice
ID lemljnlginjkpamjocdkjbaadgipdmpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg
คำอธิบาย Convert text to voice to Read any page easily.
ขนาดไฟล์ 488 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2021-10-20
วันที่เผยแพร่ 2021-10-20
ผู้พัฒนา https://quiestmohamed.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quiestmohamed.org
URL หน้าช่วยเหลือ https://quiestmohamed.org
URL หน้านโยบายความเป็นส่วนตัว https://maaloma.tech/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to voice",
    "version": "1.2.2",
    "description": "Convert text to voice to Read any page easily.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "text to voice converter",
        "default_popup": "the-speech.html"
    },
    "background": {
        "scripts": [
            "js\/the-background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}