Text to Speech

Text to Speech Hewizo removes ads and reads articles in over 30+ languages using state of the art AI text to speech engine TTS

Text to Speech란 무엇입니까?

Text to Speech은(는) https://hewizo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Text to Speech Hewizo removes ads and reads articles in over 30+ languages using state of the art AI text to speech engine TTS"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Text to Speech 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Text to speech (TTS) Hewizo extension that reads articles aloud in multiple languages using state of the art AI.

Hewizo is not only a text to speech (TTS) application, the extension offers multiple productivity features like, cleaning ads, saving articles for later use and aggregating top news from around the world. 

Text to speech now supports more languages. 

Features
- Text to Speech Article reader
- Listen to articles using a natural reader to produce the most human sounding voice in over 30+ languages
- Convert article URLs to audio
- Text to speech TTS feature that converts article URLs to audio
- Conveniently opens/saves web articles on hewizo.com from our chrome extension
- Syncs progress across multiple devices - Start reading on your laptop, continue where you left off on your phone
- Dark mode helps you with eye strain
- Allows personal customization - Only see news you care about
- Offers a clean reader view by removing ads from webpages so you can enjoy your articles distraction free
- Save your favorite articles and enjoy them right from your pocket whenever you choose
- You can use Hewizo text to speech as a podcast for your articles collection

what makes Hewizo different
Our Text to speech application offers a complete package in that you can use it more like a traditional podcast. Just open an article on Hewizo, and it will automatically be saved and your reading position will be synced on all your devices. Next time you login on hewizo.com you will continue from where you left off.

You may use Hewizo text to speech TTS for personal or commercial use, including but not limited to podcast, course materials, distribution, presentations or any other text to speech application as long as you abide by our terms of service and you don't violate your local laws.

Change log
2.1.0
- Add Ability for text to speech to be skipped to any part of a paragraph from anywhere on the page
- Add Ability to go to hewizo.com from the text to speech extension
- Visual polish

2.0.0
- New revamped functionality that allows you to read websites without leaving the page

1.0.4
- Text to speech works with older android devices

1.0.3
- Text to speech (TTS) improvements, more language support added
- Fix auto language Text to speech (TTS) detection and selection for Iphone
- Fix auto stopping Text to speech (TTS) error on non premium voice s


1.0.1
- Fix text to speech errors that were present in some articles

1.0.0
- Hewizo launches with best text to speech (TTS) engine on the market

for any questions contact us at https://hewizo.com/support                    

확장 프로그램 기본 정보

이름 Text to Speech Text to Speech
ID bkjmiikejlljjmcmennfomjofojigefe
공식 URL https://chromewebstore.google.com/detail/text-to-speech/bkjmiikejlljjmcmennfomjofojigefe
설명 Text to Speech Hewizo removes ads and reads articles in over 30+ languages using state of the art AI text to speech engine TTS
파일 크기 116 KB
설치 횟수 11,398
현재 버전 2.1.0
최근 업데이트 2021-08-07
출시 날짜 2020-02-12
평점 3.49/5 총 37 개의 평점
개발자 https://hewizo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hewizo.com
도움말 페이지 URL https://hewizo.com/support
개인정보 보호 정책 페이지 URL https://hewizo.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text to Speech",
    "short_name": "Text to Speech",
    "description": "Text to Speech Hewizo removes ads and reads articles in over 30+ languages using state of the art AI text to speech engine TTS",
    "version": "2.1.0",
    "homepage_url": "https:\/\/hewizo.com",
    "icons": {
        "16": "assets\/hewizo-16x16.png",
        "32": "assets\/hewizo-32x32.png",
        "48": "assets\/hewizo-48x48.png",
        "60": "assets\/hewizo-60x60.png",
        "72": "assets\/hewizo-72x72.png",
        "96": "assets\/hewizo-96x96.png",
        "120": "assets\/hewizo-120x120.png",
        "152": "assets\/hewizo-152x152.png",
        "180": "assets\/hewizo-180x180.png",
        "192": "assets\/hewizo-192x192.png",
        "310": "assets\/hewizo-310x310.png",
        "512": "assets\/hewizo-512x512.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/parse-latin.js",
                "scripts\/traverse.js",
                "scripts\/mark.js"
            ],
            "css": [
                "styles\/top-bar.css"
            ]
        }
    ]
}