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 هو إضافة Chrome تم تطويرها بواسطة Steven Sanders، والميزة الرئيسية لها هي "For your browser, there's an easy-to-use speech synthesis and analysis program!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Speech To Text Engine

قم بتنزيل ملفات الامتداد Speech To Text Engine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://worldaddons.com/contact/
عنوان صفحة سياسة الخصوصية 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"
    }
}