Neurond Reader

An awesome text2speech extension for Vietnamese

什麼是Neurond Reader?

Neurond Reader是由Neurond Technology JSC開發的Chrome擴展程式,該擴展的主要功能是“An awesome text2speech extension for Vietnamese”。

擴展截圖

screenshot
screenshot

下載Neurond Reader擴展crx文件

下載Neurond Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}