Neurond Reader

An awesome text2speech extension for Vietnamese

Neurond Reader क्या है?

Neurond Reader Neurond Technology JSC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An awesome text2speech extension for Vietnamese"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Neurond Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Neurond Reader Neurond Reader
ID fhnjaibkmlanfhohhfmdlnbfccklaoaa
आधिकारिक URL https://chromewebstore.google.com/detail/neurond-reader/fhnjaibkmlanfhohhfmdlnbfccklaoaa
विवरण An awesome text2speech extension for Vietnamese
फ़ाइल का आकार 24.5 MB
स्थापना संख्या 24
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-12-09
प्रकाशन तिथि 2022-12-02
डेवलपर Neurond Technology JSC
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}