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

Cos'è Text to Speech?

Text to Speech è un'estensione di Chrome sviluppata da https://hewizo.com, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Text to Speech

Scarica i file di estensione Text to Speech in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Text to Speech Text to Speech
ID bkjmiikejlljjmcmennfomjofojigefe
URL Ufficiale https://chromewebstore.google.com/detail/text-to-speech/bkjmiikejlljjmcmennfomjofojigefe
Descrizione Text to Speech Hewizo removes ads and reads articles in over 30+ languages using state of the art AI text to speech engine TTS
Dimensione del File 116 KB
Conteggio Installazioni 11,398
Versione Corrente 2.1.0
Ultimo Aggiornamento 2021-08-07
Data di Pubblicazione 2020-02-12
Valutazione 3.49/5 Totale 37 Valutazioni
Sviluppatore https://hewizo.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hewizo.com
URL della Pagina di Aiuto https://hewizo.com/support
URL della Pagina della Politica sulla Privacy https://hewizo.com/privacy
Lingue Supportate 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"
            ]
        }
    ]
}