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…

Cos'è Live Text Speech - Hover Mouse to TTS?

Live Text Speech - Hover Mouse to TTS è un'estensione di Chrome sviluppata da copythen, e la sua funzione principale è "Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Live Text Speech - Hover Mouse to TTS

Scarica i file di estensione Live Text Speech - Hover Mouse to TTS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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! 🏝                    

Informazioni di Base sull'Estensione

Nome Live Text Speech - Hover Mouse to TTS Live Text Speech - Hover Mouse to TTS
ID nldcpffkelnkddmnejklieckjfgnjboa
URL Ufficiale https://chromewebstore.google.com/detail/live-text-speech-hover-mo/nldcpffkelnkddmnejklieckjfgnjboa
Descrizione Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…
Dimensione del File 782 KB
Conteggio Installazioni 299
Versione Corrente 0.3.2
Ultimo Aggiornamento 2021-06-24
Data di Pubblicazione 2021-05-19
Valutazione 3.75/5 Totale 8 Valutazioni
Sviluppatore copythen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://deepext.com/instant-speech
URL della Pagina di Aiuto https://deepext.com/instant-speech
Lingue Supportate 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:;"
}