Speech To Text Engine

For your browser, there's an easy-to-use speech synthesis and analysis program!

Speech To Text Engine क्या है?

Speech To Text Engine Steven Sanders द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For your browser, there's an easy-to-use speech synthesis and analysis program!"।

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

screenshot

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

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

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

                        "Speech To Text Engine" is a plugin that aids in the conversion of speech to text. 

It is capable of recognizing a wide range of languages and dialects. Simply select the big microphone symbol to begin converting your voice to text after opening the addon's UI. Please note that, when the add-on is launched for the first time, it will request microphone access. Please allow this software to function properly. 

In the UI, all captured text is displayed in the top text area. To copy the content, use (Ctrl + C) on your keyboard. When this add-on is closed, there are no additional activities taking place. Furthermore, it does not require an internet connection to function.                    

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

नाम Speech To Text Engine Speech To Text Engine
ID nfaflpdfalanegbebaikeadklolpflfi
आधिकारिक URL https://chromewebstore.google.com/detail/speech-to-text-engine/nfaflpdfalanegbebaikeadklolpflfi
विवरण For your browser, there's an easy-to-use speech synthesis and analysis program!
फ़ाइल का आकार 147 KB
स्थापना संख्या 956
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-07-04
प्रकाशन तिथि 2022-07-04
रेटिंग 4.89/5 कुल 36 रेटिंग्स
डेवलपर Steven Sanders
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://worldaddons.com/speech-to-text-engine/
सहायता पृष्ठ URL https://worldaddons.com/contact/
गोपनीयता नीति पृष्ठ URL https://worldaddons.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "short_name": "speech-to-text-engine",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "name": "Speech To Text Engine",
    "homepage_url": "https:\/\/worldaddons.com\/speech-to-text-engine\/",
    "description": "For your browser, there's an easy-to-use speech synthesis and analysis program!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Speech To Text Engine",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}