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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}