Speech to Text

Speech to Text helps you to convert your speech into text

Was ist Speech to Text?

Speech to Text ist eine Chrome-Erweiterung, die von Extensions4You entwickelt wurde, und ihr Hauptmerkmal ist "Speech to Text helps you to convert your speech into text".

Erweiterungsscreenshots

screenshot

Speech to Text-Erweiterungs-CRX-Datei herunterladen

Laden Sie Speech to Text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Search results will be provided by Microsoft Bing.

Introducing Speech to Text—an extension designed to effortlessly transcribe your speech into text within your new tab. With a simple click, let your spoken words be transformed into written form, ensuring a smooth transition from speech to digital text. Streamline your communication and capture ideas promptly with this efficient tool.

By clicking "Add to Chrome", I accept and agree to installing the Speech to Text extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy
 
Uninstall Instructions: https://www.speachtotext.net/uninstall.html
EULA/Terms of Use - https://www.speachtotext.net/terms.html
Privacy Policy - https://www.speachtotext.net/policy.html
Contact Us: http://www.speachtotext.net/terms.html#terms-contact
About Us : https://www.speachtotext.net/about.html

To remove our extension from Google Chrome:
 
1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings".
3) In the menu that appears click on "Extensions".
4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall.
5) Click on the trash can icon to the right of "Enable" (for the toolbar extension you wish to uninstall).
6) Close your browser completely and reopen it. Our toolbar extension should be removed from your Chrome browser.                    

Grundlegende Informationen zur Erweiterung

Name Speech to Text Speech to Text
ID mnhchainallckkdgjolbdhnfadpimmkf
Offizielle URL https://chromewebstore.google.com/detail/speech-to-text/mnhchainallckkdgjolbdhnfadpimmkf
Beschreibung Speech to Text helps you to convert your speech into text
Dateigröße 576 KB
Installationsanzahl 2,100
Aktuelle Version 1.0.1
Letztes Update 2023-10-17
Veröffentlichungsdatum 2023-09-21
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Extensions4You
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.speachtotext.net
URL der Datenschutzrichtlinien-Seite https://www.speachtotext.net/policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Speech to Text",
    "short_name": "Speech to Text",
    "version": "1.0.1",
    "description": "Speech to Text helps you to convert your speech into text",
    "background": {
        "service_worker": "background\/bg-loader.js"
    },
    "icons": {
        "128": "icons\/64.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Speech to Text"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    }
}