Woord - Text to Speech

This extension will convert the articles you visit into speech or audio podcasts.

Woord - Text to Speech란 무엇입니까?

Woord - Text to Speech은(는) https://getwoord.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will convert the articles you visit into speech or audio podcasts."입니다.

확장 프로그램 스크린샷

screenshot

Woord - Text to Speech 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Woord, you can convert any text to audio using 60 voices from 10 different languages The voices are natural and you can choose between different genders or neutral voices. Also, you can convert large documents or books into audio with one simple click or using our API.

For example, in E-learning and education, you can build applications leveraging Woord’s Text-to-Speech (TTS) capability to help people with reading disabilities. Woord can be used to help the blind and visually impaired consume digital content (eBooks, news etc). Woord can be used in announcement systems in public transportation and industrial control systems for notifications and emergency announcements. There are a wide range of devices such as set-top boxes, smart watches, tablets, smartphones and IoT devices, which can leverage Woord for providing audio output. Woord can be used in telephony solutions to voice Interactive Voice Response systems. Applications such as quiz games, animations, avatars or narration generation are common use-cases for cloud-based TTS solution like Woord.                    

확장 프로그램 기본 정보

이름 Woord - Text to Speech Woord - Text to Speech
ID hfbgaebkpgmceelecplahfjcmpbllpjh
공식 URL https://chromewebstore.google.com/detail/woord-text-to-speech/hfbgaebkpgmceelecplahfjcmpbllpjh
설명 This extension will convert the articles you visit into speech or audio podcasts.
파일 크기 734 KB
설치 횟수 4,137
현재 버전 1.4.1
최근 업데이트 2021-09-10
출시 날짜 2020-05-16
평점 4.00/5 총 5 개의 평점
개발자 https://getwoord.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getwoord.com
도움말 페이지 URL https://getwoord.com
개인정보 보호 정책 페이지 URL https://www.getwoord.com/pages/policies
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Woord - Text to Speech",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "This extension will convert the articles you visit into speech or audio podcasts.",
    "icons": {
        "19": "images\/19x19.png",
        "38": "images\/38x38.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "browser_action": {
        "default_title": "browser_action: default_title",
        "default_icon": "images\/128x128.png",
        "default_popup": "html\/main.html"
    },
    "homepage_url": "https:\/\/www.getwoord.com\/",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/www.getwoord.com\/*"
        ]
    }
}