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…

Cos'è Speech my text?

Speech my text è un'estensione di Chrome sviluppata da texttospeechextension, e la sua funzione principale è "Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Speech my text

Scarica i file di estensione Speech my text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Speech my text Speech my text
ID hcmjdmffibhdokpbajaiegfpemmkfpcm
URL Ufficiale https://chromewebstore.google.com/detail/speech-my-text/hcmjdmffibhdokpbajaiegfpemmkfpcm
Descrizione Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…
Dimensione del File 80.66 KB
Conteggio Installazioni 396
Versione Corrente 1.0
Ultimo Aggiornamento 2022-07-30
Data di Pubblicazione 2022-07-30
Valutazione 4.67/5 Totale 12 Valutazioni
Sviluppatore texttospeechextension
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sites.google.com/view/speech-my-text/
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/speech-my-text/privacy-policy
Lingue Supportate 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"
    }
}