Speech to text

Helps to convert speech into text

Speech to text क्या है?

Speech to text speechtotextextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps to convert speech into text"।

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

screenshot
screenshot

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

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

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

                        A simple-to-use voice to text converter that you can use with your web browser easily. Audio to Text (Voice Recognition) extension lets you convert your speech into text. It supports multiple languages. Voice to text is the simplest way to convert your voice messages to text. You can write long notes as well as essays, blog posts, and reports. 

Key Features:  

Write your content accurately with precise captions  
Accurate speech recognition 
Easy to use interface  
Supports multiple languages 
Saves your time & increases writing efficiency  
cutting-edge speech-recognition technology 

Put Speech Into Action  
Speech to text enables you to dictate, record, and transcribe text instead of typing. This extension uses the latest speech-to-text voice recognition technology and helps you type long text content by voice. From now on you do not need to type text; instead, dictate using your voice.  

VTT (voice to text) extension is really helpful for those who suffer from hand injuries or physical impairments. The most recent VTT technology is extremely precise and fluid. It can easily handle several accents. This extension can be used on any microphone, including an inbuilt laptop mic.                    

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

नाम Speech to text Speech to text
ID nagkcfhjaigeefjgimlfmdppohkpfhhg
आधिकारिक URL https://chromewebstore.google.com/detail/speech-to-text/nagkcfhjaigeefjgimlfmdppohkpfhhg
विवरण Helps to convert speech into text
फ़ाइल का आकार 66.28 KB
स्थापना संख्या 1,571
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-07-20
प्रकाशन तिथि 2022-07-20
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर speechtotextextension
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/view/speech-my-text/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Speech to text",
    "version": "1.0.0",
    "description": "Helps to convert speech into text",
    "action": {
        "derfault_title": "Speech to text"
    },
    "icons": {
        "16": "icon 16.png",
        "32": "icon 32.png",
        "48": "icon 64.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}