Text to Speech Extension - Panopreter.com

Read web page text out with natural voices.

Text to Speech Extension - Panopreter.com란 무엇입니까?

Text to Speech Extension - Panopreter.com은(는) Panopreter Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read web page text out with natural voices."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Text to Speech Extension - Panopreter.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Text-to-Speech extension by Panopreter is an easy to use tool to read the web page content out. Just click on the pop up menu, the selected text or all the text on the web page will be read out wit natural sounding voices installed on your Windows computer, the speech synthesis occurs locally on your computer and the text is never sent to the internet. Users can pause or resume the speech, adjust the volume and speed of the speech.

Here is the detail for installing the text to speech add-on for Chrome web browser: https://www.panopreter.com/en/products/panopreter/browseraddon.php                    

확장 프로그램 기본 정보

이름 Text to Speech Extension - Panopreter.com Text to Speech Extension - Panopreter.com
ID cecojkjmobemfncphcnoenmnfjjcfpoh
공식 URL https://chromewebstore.google.com/detail/text-to-speech-extension/cecojkjmobemfncphcnoenmnfjjcfpoh
설명 Read web page text out with natural voices.
파일 크기 63.64 KB
설치 횟수 469
현재 버전 1.0.0.0
최근 업데이트 2022-01-04
출시 날짜 2022-01-03
평점 5.00/5 총 1 개의 평점
개발자 Panopreter Software
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.panopreter.com
도움말 페이지 URL https://www.panopreter.com
개인정보 보호 정책 페이지 URL https://www.panopreter.com/en/products/panopreter/chrome-extension-privacy.php
지원되는 언어 de,en,fr,nl,no,es,it,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_nameInManifest__",
    "description": "__MSG_descriptionInManifest__",
    "version": "1.0.0.0",
    "permissions": [
        "storage",
        "nativeMessaging",
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/www.panopreter.com"
}