HTML5 Web Speech Recognition

This project is using HTML5 Web Speech Recognition API which can translate your speech to text.

Cos'è HTML5 Web Speech Recognition?

HTML5 Web Speech Recognition è un'estensione di Chrome sviluppata da https://hkgoldenmra.blogspot.com, e la sua funzione principale è "This project is using HTML5 Web Speech Recognition API which can translate your speech to text.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML5 Web Speech Recognition

Scarica i file di estensione HTML5 Web Speech Recognition in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This project depends on Google Speech-to-Text Engine and Service, and make sure your network is available connected to Google.                    

Informazioni di Base sull'Estensione

Nome HTML5 Web Speech Recognition HTML5 Web Speech Recognition
ID mlpjjoplnoinecilgblimdnjiijbigef
URL Ufficiale https://chromewebstore.google.com/detail/html5-web-speech-recognit/mlpjjoplnoinecilgblimdnjiijbigef
Descrizione This project is using HTML5 Web Speech Recognition API which can translate your speech to text.
Dimensione del File 17.36 KB
Conteggio Installazioni 225
Versione Corrente 0.0.10
Ultimo Aggiornamento 2019-07-20
Data di Pubblicazione 2019-07-20
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://hkgoldenmra.blogspot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-web-speech-recognition/
URL della Pagina di Aiuto https://hkgoldenmra.blogspot.com/2018/12/html5-web-speech-api.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Web Speech Recognition",
    "version": "0.0.10",
    "description": "This project is using HTML5 Web Speech Recognition API which can translate your speech to text.",
    "homepage_url": "https:\/\/bitbucket.org\/hkgoldenmra\/hkgoldenmra.bitbucket.io\/src\/master\/html5-web-speech-recognition\/",
    "icons": {
        "128": "logo\/128.png"
    },
    "browser_action": {
        "default_icon": "logo\/128.png",
        "default_title": "Open HTML5 Web Speech Recognition"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/translate.google.com\/"
    ]
}