Talkify

Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language

Talkify란 무엇입니까?

Talkify은(는) https://talkify.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Talkify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension simplifies the usage of the popular Talkify text to speech service by opening your active tab in a new Talkify-tab. It allows you to listen to just about any webpage with just one click.

Talkify has support for a vast amount of languages and aids your listening with text highlighting and natural sounding voices, perfect for students or people with visual impairment.                    

확장 프로그램 기본 정보

이름 Talkify Talkify
ID kgfjafdahhkoiabgaappgdnojpgjbahi
공식 URL https://chromewebstore.google.com/detail/talkify/kgfjafdahhkoiabgaappgdnojpgjbahi
설명 Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language
파일 크기 4.55 KB
설치 횟수 2,219
현재 버전 1.0
최근 업데이트 2017-04-05
출시 날짜 2017-04-05
평점 3.71/5 총 14 개의 평점
개발자 https://talkify.net
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://talkify.net/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Talkify",
    "description": "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language",
    "version": "1.0",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Open in Talkify"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}