Speech my text

Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…

¿Qué es Speech my text?

Speech my text es una extensión de Chrome desarrollada por texttospeechextension, y su función principal es "Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Speech my text

Descarga archivos de extensión Speech my text en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter lets you read documents aloud on your laptop or desktop. Text-to-speech is now one of daily life's most commonly used features, especially if you are a teacher, student, working professional, or content creator. Text to sound extension enables users to do other activities simultaneously, such as noting down content or playing games while listening to stories or doing physical activities which would have been impossible without text to voice converter. 


Key Features of Text to Voice Converter:-  

Text to Sound Converter includes a plethora of useful features that will make your daily tasks much easier. 


1. Online Text Reader 

This Chrome extension works efficiently and you can listen to the webpage content or document in voice form. It is a time-saver for kids, content creators, and working professionals. 


2. Text Reading In Multiple Languages with Natural Voice 

Text to Speech converter is compatible with almost all of the languages of the world. It converts all your text into easily understandable natural speech voice. 


3. Skip The Text Paragraph That You Do Not Need to Convert to Audio  

This extension has one unique feature that enables you to skip any paragraph that you are not interested in converting to speech. 


4. Start Again from The Last Point Where You Paused  

Consider what you would do if you were listening to a voice converted from text and were interrupted by other tasks. Don’t worry, you do not have to start from all over the starting point because this extension allows you to start the text to speech conversion from the same point where you paused. 


How To Use Text to Voice Converter: -  

-Click the Add to Chrome button to Install the extension 
-Visit any webpage  
-You will see a pop-up on the right corner  
-Edit the Voice & Font settings according to your requirements 
-Click the play & start listening text in audio format                    

Información Básica de la Extensión

Nombre Speech my text Speech my text
ID hcmjdmffibhdokpbajaiegfpemmkfpcm
URL Oficial https://chromewebstore.google.com/detail/speech-my-text/hcmjdmffibhdokpbajaiegfpemmkfpcm
Descripción Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…
Tamaño del Archivo 80.66 KB
Cantidad de Instalaciones 396
Versión Actual 1.0
Última Actualización 2022-07-30
Fecha de Publicación 2022-07-30
Calificación 4.67/5 Total de 12 Calificaciones
Desarrollador texttospeechextension
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sites.google.com/view/speech-my-text/
URL de la Página de Política de Privacidad https://sites.google.com/view/speech-my-text/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Speech my text",
    "version": "1.0",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "128": "image\/logo128.png",
            "64": "image\/logo64.png",
            "32": "image\/logo32.png"
        },
        "default_title": "Speech my text"
    },
    "icons": {
        "128": "image\/logo128.png",
        "64": "image\/logo64.png",
        "32": "image\/logo32.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "play.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.js",
                "play.css",
                "images\/*",
                "image\/headLogo.svg",
                "image\/anush.svg",
                "image\/bodyImage.svg",
                "image\/darkModeBtnOff.svg",
                "image\/bodyImage1.svg",
                "image\/darkModeBtnOn.svg",
                "image\/fontLogoWhite.svg",
                "image\/voiceLogoWhite.svg",
                "image\/fontLogoBlack.svg",
                "image\/voiceLogoBlack.svg",
                "image\/info-button.svg",
                "image\/leftPositionBtn.svg",
                "image\/rightPositionBtn.svg",
                "image\/copyTxt.svg",
                "image\/prevPageBtn.svg",
                "image\/playBtn.svg",
                "image\/nextPageBtn.svg",
                "image\/deleteBtn.svg",
                "image\/collapseBtn.svg",
                "image\/maxBtn.svg",
                "image\/logo.png",
                "image\/paused.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}