Text to voice

Convert text to voice to Read any page easily.

Text to voice란 무엇입니까?

Text to voice은(는) https://quiestmohamed.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert text to voice to Read any page easily."입니다.

확장 프로그램 스크린샷

screenshot

Text to voice 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Read aloud the current web-page article with one click, using text to speech coverter, in many languages.

Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio.  It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.

How to use Text to voice:

Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.

It's easy, fast and useful.                    

확장 프로그램 기본 정보

이름 Text to voice Text to voice
ID lemljnlginjkpamjocdkjbaadgipdmpg
공식 URL https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg
설명 Convert text to voice to Read any page easily.
파일 크기 488 KB
설치 횟수 61
현재 버전 1.2.2
최근 업데이트 2021-10-20
출시 날짜 2021-10-20
개발자 https://quiestmohamed.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://quiestmohamed.org
도움말 페이지 URL https://quiestmohamed.org
개인정보 보호 정책 페이지 URL https://maaloma.tech/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to voice",
    "version": "1.2.2",
    "description": "Convert text to voice to Read any page easily.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "text to voice converter",
        "default_popup": "the-speech.html"
    },
    "background": {
        "scripts": [
            "js\/the-background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}