Neurond Reader

An awesome text2speech extension for Vietnamese

Cos'è Neurond Reader?

Neurond Reader è un'estensione di Chrome sviluppata da Neurond Technology JSC, e la sua funzione principale è "An awesome text2speech extension for Vietnamese".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Neurond Reader

Scarica i file di estensione Neurond Reader 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

                        OVERVIEW
**************
Neurond Speech - A Vietnamese Text to Speech extension that provided by Neurond Technology JSC.

Neurond Speech extension can read aloud any text for any Vietnamese websites, eBooks, documents. Users can simply selected text and one click speak it.

This extension can be very helpful small children, visually impaired people or people with a speech impediment. Also for people who learns Vietnamese and can not correctly speak it.

HOW TO USE
**************
* First highlight text which you want to read. 
* Click on the extension
* Choose "Import text" then "Speak"

If you still do not know how to use extension:
* Look to the screenshots.  
Thank you for using our extension. Feedback is welcome. We will be happy for a great rating.                    

Informazioni di Base sull'Estensione

Nome Neurond Reader Neurond Reader
ID fhnjaibkmlanfhohhfmdlnbfccklaoaa
URL Ufficiale https://chromewebstore.google.com/detail/neurond-reader/fhnjaibkmlanfhohhfmdlnbfccklaoaa
Descrizione An awesome text2speech extension for Vietnamese
Dimensione del File 24.5 MB
Conteggio Installazioni 24
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-12-09
Data di Pubblicazione 2022-12-02
Sviluppatore Neurond Technology JSC
Email [email protected]
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neurond Reader",
    "description": "An awesome text2speech extension for Vietnamese",
    "manifest_version": 3,
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "action": {
        "default_popup": "src\/popup.html"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "src\/popup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}