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'est-ce que Speech my text ?

Speech my text est une extension Chrome développée par texttospeechextension, et sa fonction principale est "Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Speech my text

Téléchargez les fichiers d'extension Speech my text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Speech my text Speech my text
ID hcmjdmffibhdokpbajaiegfpemmkfpcm
URL Officiel https://chromewebstore.google.com/detail/speech-my-text/hcmjdmffibhdokpbajaiegfpemmkfpcm
Description Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…
Taille du Fichier 80.66 KB
Nombre d'Installations 396
Version Actuelle 1.0
Dernière Mise à Jour 2022-07-30
Date de Publication 2022-07-30
Évaluation 4.67/5 Total 12 Évaluations
Développeur texttospeechextension
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sites.google.com/view/speech-my-text/
URL de la Page de Politique de Confidentialité https://sites.google.com/view/speech-my-text/privacy-policy
Langues Prises en Charge 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"
    }
}