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…

Speech my text क्या है?

Speech my text texttospeechextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Speech my text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Speech my text Speech my text
ID hcmjdmffibhdokpbajaiegfpemmkfpcm
आधिकारिक URL https://chromewebstore.google.com/detail/speech-my-text/hcmjdmffibhdokpbajaiegfpemmkfpcm
विवरण Text to voice converter is a professional Chrome extension that can convert any text into speech. A Text-to-speech voice converter…
फ़ाइल का आकार 80.66 KB
स्थापना संख्या 396
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-07-30
प्रकाशन तिथि 2022-07-30
रेटिंग 4.67/5 कुल 12 रेटिंग्स
डेवलपर texttospeechextension
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/view/speech-my-text/
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/speech-my-text/privacy-policy
समर्थित भाषाएँ 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"
    }
}