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文件

下载Text to Speech Extension - Panopreter.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}