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…

O que é Speech my text?

Speech my text é uma extensão do Chrome desenvolvida por texttospeechextension, e sua principal característica é "Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Speech my text

Baixe arquivos de extensão Speech my text no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Speech my text Speech my text
ID hcmjdmffibhdokpbajaiegfpemmkfpcm
URL Oficial https://chromewebstore.google.com/detail/speech-my-text/hcmjdmffibhdokpbajaiegfpemmkfpcm
Descrição Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…
Tamanho do Arquivo 80.66 KB
Contagem de Instalações 396
Versão Atual 1.0
Última Atualização 2022-07-30
Data de Publicação 2022-07-30
Classificação 4.67/5 Total de 12 Avaliações
Desenvolvedor texttospeechextension
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sites.google.com/view/speech-my-text/
URL da Página de Política de Privacidade https://sites.google.com/view/speech-my-text/privacy-policy
Idiomas Suportados 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"
    }
}