Text to voice

Convert text to voice to Read any page easily.

What is Text to voice?

Text to voice is a Chrome extension developed by https://quiestmohamed.org, and its main feature is "Convert text to voice to Read any page easily.".

Extension Screenshots

screenshot

Download Text to voice Extension CRX File

Download Text to voice 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

                        Read aloud the current web-page article with one click, using text to speech coverter, in many languages.

Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio.  It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.

How to use Text to voice:

Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.

It's easy, fast and useful.                    

Extension Basic Information

Name Text to voice Text to voice
ID lemljnlginjkpamjocdkjbaadgipdmpg
Official URL https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg
Description Convert text to voice to Read any page easily.
File Size 488 KB
Installation Count 61
Current Version 1.2.2
Last Updated 2021-10-20
Publish Date 2021-10-20
Developer https://quiestmohamed.org
Email [email protected]
Payment Type free
Extension Website https://quiestmohamed.org
Help Page URL https://quiestmohamed.org
Privacy Policy Page URL https://maaloma.tech/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to voice",
    "version": "1.2.2",
    "description": "Convert text to voice to Read any page easily.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "text to voice converter",
        "default_popup": "the-speech.html"
    },
    "background": {
        "scripts": [
            "js\/the-background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}