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によって開発されたChromeの拡張機能で、その主な機能は「For your browser, there's an easy-to-use speech synthesis and analysis program!」です。

拡張機能のスクリーンショット

screenshot

Speech To Text Engine拡張機能のCRXファイルをダウンロード

Speech To Text Engine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "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
Eメール [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"
    }
}