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…

Was ist Live Text Speech - Hover Mouse to TTS?

Live Text Speech - Hover Mouse to TTS ist eine Chrome-Erweiterung, die von copythen entwickelt wurde, und ihr Hauptmerkmal ist "Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Live Text Speech - Hover Mouse to TTS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Live Text Speech - Hover Mouse to TTS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Live Text Speech - Hover Mouse to TTS Live Text Speech - Hover Mouse to TTS
ID nldcpffkelnkddmnejklieckjfgnjboa
Offizielle URL https://chromewebstore.google.com/detail/live-text-speech-hover-mo/nldcpffkelnkddmnejklieckjfgnjboa
Beschreibung Hover the mouse to let google TTS (Text to Speech) engine to speak out, no click, no selection! Just click the browser icon to…
Dateigröße 782 KB
Installationsanzahl 299
Aktuelle Version 0.3.2
Letztes Update 2021-06-24
Veröffentlichungsdatum 2021-05-19
Bewertung 3.75/5 Insgesamt 8 Bewertungen
Entwickler copythen
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://deepext.com/instant-speech
Hilfeseite URL https://deepext.com/instant-speech
Unterstützte Sprachen 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:;"
}