Speech Automatic

Instantly convert any webpage text to natural sounding speech

Speech Automaticคืออะไร?

Speech Automatic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://speechautomatic.com และคุณลักษณะหลักของมันคือ "Instantly convert any webpage text to natural sounding speech"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speech Automatic

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

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

                        Speech Automatic is a text-to-speech application that uses advanced deep learning techniques to synthesize natural human speech in more than 28 languages.

With tons of text-to-speech voices powered provided natively by Amazon Polly, you will be able to improve your productivity! 

For instance, you can listen to a document while doing something else, if you find it easier to retain the information you've heard, or if you want to sense-check something you've written.

Speech Automatic can read aloud the content of any web page with natural sounding voices. It can be enormously helpful for anyone who's visually impaired or has a condition like dyslexia that makes reading on screens tricky. It can also help overcome language barriers for people who read a language but don't speak it, or are in the process of learning.

Who It’s Good For:

Bloggers
Students
Practicing New Language
Dyslexia
Listening On The Go (Car/Workout)

Features:

Convert any webpage into speech
Listen to web pages and google docs
Upload your favorite documents and convert to speech
Convert any text into over 28 spoken languages
Best Neural Network Algorithm - Amazon Polly
Cheap TTS alternative to Natural Reader
Full Commercial and Broadcast Rights for the converted text to speech

Benefits:

Create voice over for your YouTube video by simply converting your text to speech
Download converted text as MP3 and use it for your personal or commercial projects
Choose a voice speed and pitch that is comfortable for your listening pleasure
Read emails on the go
Generate eLearning material
Help the blind and visually impaired consume digital content (eBooks, news etc).
Save $1000’s On voiceover artists and Freelancer fees! (A one minute voiceover can cost up to $225!)
A good voice over will captivate your viewers and keep them hooked for the rest of your video!                    

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

ชื่อ Speech Automatic Speech Automatic
ID mlhbncominpkakfndkncanbojnjkeale
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/speech-automatic/mlhbncominpkakfndkncanbojnjkeale
คำอธิบาย Instantly convert any webpage text to natural sounding speech
ขนาดไฟล์ 217 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2021-03-31
วันที่เผยแพร่ 2021-03-31
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://speechautomatic.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.speechautomatic.com
URL หน้าช่วยเหลือ https://www.speechautomatic.com/#faq
URL หน้านโยบายความเป็นส่วนตัว https://www.speechautomatic.com/privacy
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speech Automatic",
    "short_name": "Speech Automatic",
    "default_locale": "en",
    "description": "Instantly convert any webpage text to natural sounding speech",
    "version": "1.1.2",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/translate.google.com\/",
        "https:\/\/speechautomatic.com\/"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}