Neurond Reader

An awesome text2speech extension for Vietnamese

Neurond Reader là gì?

Neurond Reader là một tiện ích mở rộng Chrome được phát triển bởi Neurond Technology JSC, và tính năng chính của nó là "An awesome text2speech extension for Vietnamese".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Neurond Reader

Tải xuống các tệp mở rộng Neurond Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Neurond Reader Neurond Reader
ID fhnjaibkmlanfhohhfmdlnbfccklaoaa
URL Chính Thức https://chromewebstore.google.com/detail/neurond-reader/fhnjaibkmlanfhohhfmdlnbfccklaoaa
Mô tả An awesome text2speech extension for Vietnamese
Kích Thước Tệp 24.5 MB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-12-09
Ngày Phát Hành 2022-12-02
Nhà Phát Triển Neurond Technology JSC
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}