Text to Speech Extension - Panopreter.com

Read web page text out with natural voices.

¿Qué es Text to Speech Extension - Panopreter.com?

Text to Speech Extension - Panopreter.com es una extensión de Chrome desarrollada por Panopreter Software, y su función principal es "Read web page text out with natural voices.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Text to Speech Extension - Panopreter.com

Descarga archivos de extensión Text to Speech Extension - Panopreter.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Text to Speech Extension - Panopreter.com Text to Speech Extension - Panopreter.com
ID cecojkjmobemfncphcnoenmnfjjcfpoh
URL Oficial https://chromewebstore.google.com/detail/text-to-speech-extension/cecojkjmobemfncphcnoenmnfjjcfpoh
Descripción Read web page text out with natural voices.
Tamaño del Archivo 63.64 KB
Cantidad de Instalaciones 469
Versión Actual 1.0.0.0
Última Actualización 2022-01-04
Fecha de Publicación 2022-01-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Panopreter Software
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.panopreter.com
URL de la Página de Ayuda https://www.panopreter.com
URL de la Página de Política de Privacidad https://www.panopreter.com/en/products/panopreter/chrome-extension-privacy.php
Idiomas Soportados 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"
}