Selected text to speech

With this extension, you can speech to the selected text.

Was ist Selected text to speech?

Selected text to speech ist eine Chrome-Erweiterung, die von https://funfuni.com entwickelt wurde, und ihr Hauptmerkmal ist "With this extension, you can speech to the selected text.".

Erweiterungsscreenshots

screenshot

Selected text to speech-Erweiterungs-CRX-Datei herunterladen

Laden Sie Selected text to speech-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

                        With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.                    

Grundlegende Informationen zur Erweiterung

Name Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
Offizielle URL https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
Beschreibung With this extension, you can speech to the selected text.
Dateigröße 15.43 KB
Installationsanzahl 52
Aktuelle Version 1.0
Letztes Update 2022-01-27
Veröffentlichungsdatum 2022-01-27
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://funfuni.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.funfuni.com/
Hilfeseite URL https://funfuni.com/contact-us/
URL der Datenschutzrichtlinien-Seite https://www.funfuni.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "author": "Funfuni.com",
    "name": "Selected text to speech",
    "description": "With this extension, you can speech to the selected text.",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}