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

What is Text to Speech?

Text to Speech is a Chrome extension developed by https://hewizo.com, and its main feature is "Text to Speech Hewizo removes ads and reads articles in over 30+ languages using state of the art AI text to speech engine TTS".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Text to Speech Extension CRX File

Download Text to Speech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Text to Speech Text to Speech
ID bkjmiikejlljjmcmennfomjofojigefe
Official URL https://chromewebstore.google.com/detail/text-to-speech/bkjmiikejlljjmcmennfomjofojigefe
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
File Size 116 KB
Installation Count 11,398
Current Version 2.1.0
Last Updated 2021-08-07
Publish Date 2020-02-12
Rating 3.49/5 Total 37 Ratings
Developer https://hewizo.com
Email [email protected]
Payment Type free
Extension Website https://hewizo.com
Help Page URL https://hewizo.com/support
Privacy Policy Page URL https://hewizo.com/privacy
Supported Languages 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"
            ]
        }
    ]
}