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ファイルをダウンロード

Text to Speech拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}