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

O que é Text to Speech?

Text to Speech é uma extensão do Chrome desenvolvida por https://hewizo.com, e sua principal característica é "Text to Speech Hewizo removes ads and reads articles in over 30+ languages using state of the art AI text to speech engine TTS".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Text to Speech

Baixe arquivos de extensão Text to Speech no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Text to Speech Text to Speech
ID bkjmiikejlljjmcmennfomjofojigefe
URL Oficial https://chromewebstore.google.com/detail/text-to-speech/bkjmiikejlljjmcmennfomjofojigefe
Descrição Text to Speech Hewizo removes ads and reads articles in over 30+ languages using state of the art AI text to speech engine TTS
Tamanho do Arquivo 116 KB
Contagem de Instalações 11,398
Versão Atual 2.1.0
Última Atualização 2021-08-07
Data de Publicação 2020-02-12
Classificação 3.49/5 Total de 37 Avaliações
Desenvolvedor https://hewizo.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hewizo.com
URL da Página de Ajuda https://hewizo.com/support
URL da Página de Política de Privacidade https://hewizo.com/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}