Speech to text
Helps to convert speech into text
Τι είναι το Speech to text;
Το Speech to text είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον speechtotextextension, και η κύρια λειτουργία του είναι "Helps to convert speech into text".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Speech to text
Λήψη αρχείων επέκτασης Speech to text σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" } } |