Live Text Speech - Hover Mouse to TTS

Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…

¿Qué es Live Text Speech - Hover Mouse to TTS?

Live Text Speech - Hover Mouse to TTS es una extensión de Chrome desarrollada por copythen, y su función principal es "Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Live Text Speech - Hover Mouse to TTS

Descarga archivos de extensión Live Text Speech - Hover Mouse to TTS 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

                        Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection!  Just click the browser icon to start or stop instant mode! 🚀 

Features: 👉
1. hover the text to split the sentence then speak out. 
2. automatically detect the language
3. setup your favor speech speed.

Free your hand, free your mind!
Have Fun! 🏝                    

Información Básica de la Extensión

Nombre Live Text Speech - Hover Mouse to TTS Live Text Speech - Hover Mouse to TTS
ID nldcpffkelnkddmnejklieckjfgnjboa
URL Oficial https://chromewebstore.google.com/detail/live-text-speech-hover-mo/nldcpffkelnkddmnejklieckjfgnjboa
Descripción Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…
Tamaño del Archivo 782 KB
Cantidad de Instalaciones 299
Versión Actual 0.3.2
Última Actualización 2021-06-24
Fecha de Publicación 2021-05-19
Calificación 3.75/5 Total de 8 Calificaciones
Desarrollador copythen
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://deepext.com/instant-speech
URL de la Página de Ayuda https://deepext.com/instant-speech
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Text Speech - Hover Mouse to TTS",
    "version": "0.3.2",
    "browser_action": {
        "default_title": "Live Text Speech - Hover Mouse to TTS"
    },
    "content_scripts": [
        {
            "js": [
                "content\/static\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "chrome_style": false,
        "page": "popup\/index.html"
    },
    "icons": {
        "16": "popup\/isx-16.png",
        "48": "popup\/isx-48.png",
        "128": "popup\/isx-128.png"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*",
        "popup\/index.html"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "cookies",
        "tts",
        "https:\/\/deepext.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/deepext.com\/ http:\/\/*.googleapis.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;"
}