SpeechAgent - Live Voice Typing

Speech to text converter to fill active text area with your voice using the built-in speech recognition engine of your browser

Τι είναι το SpeechAgent - Live Voice Typing;

Το SpeechAgent - Live Voice Typing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chandler.stimson, και η κύρια λειτουργία του είναι "Speech to text converter to fill active text area with your voice using the built-in speech recognition engine of your browser".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SpeechAgent - Live Voice Typing

Λήψη αρχείων επέκτασης SpeechAgent - Live Voice Typing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This browser extension brings native speech-to-text recognition to any webpage. It accurately converts voice to text in many languages. Select a text area or input box on the current page, then click on the toolbar button to open the interface. The extension converts your speech to a transcript and inserts it directly into the input box on your behalf. This extension uses the built-in API for speech recognition. There is no server interaction related to this extension. It is also possible to copy the recognized text to the clipboard.

Features:
Recognizes speech with one click
Uses the built-in engine (no server code related to this extension)
No background activities whatsoever (only works when the interface is open)
Select the preferred language for the recognition engine
Select the maximum number of alternative results used during text recognition

Shortcuts:
Open the interface: chrome://extensions/shortcuts
Close the interface: Escape
Select the next language: Ctrl + K or Command + K
Select the previous language: Ctrl + J or Command + J
Search for a language: Ctrl + F or Command + F

What is Speech to Text extension?
This extension provides continuous speech recognition that helps you create long notes, dictations, essays, posts, and reports.

How does speech to text work?
In general, the engine breaks your speech down into tiny, recognizable parts called phonemes. In its database, the software then fits the analyzed words with the text that best matches the words you spoke. Machine learning is used to weight the phonemes and to improve matching.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SpeechAgent - Live Voice Typing SpeechAgent - Live Voice Typing
ID dmeopbjmadhhfckcedpefeiomepehigk
Επίσημο URL https://chromewebstore.google.com/detail/speechagent-live-voice-ty/dmeopbjmadhhfckcedpefeiomepehigk
Περιγραφή Speech to text converter to fill active text area with your voice using the built-in speech recognition engine of your browser
Μέγεθος Αρχείου 66.11 KB
Αριθμός Εγκαταστάσεων 4,602
Τρέχουσα Έκδοση 0.2.2
Τελευταία Ενημέρωση 2022-05-26
Ημερομηνία Δημοσίευσης 2020-09-27
Αξιολόγηση 4.29/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής chandler.stimson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://add0n.com/speech-agent.html
Διεύθυνση URL της Σελίδας Βοήθειας https://add0n.com/speech-agent.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.2",
    "name": "SpeechAgent - Live Voice Typing",
    "description": "Speech to text converter to fill active text area with your voice using the built-in speech recognition engine of your browser",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/add0n.com\/speech-agent.html",
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "data\/ui\/index.html"
    },
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}