Selected text to speech

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

Hvad er Selected text to speech?

Selected text to speech er en Chrome-udvidelse udviklet af https://funfuni.com, og dens hovedfunktion er "With this extension, you can speech to the selected text.".

Udvidelsesskærmbilleder

screenshot

Download Selected text to speech-udvidelses-CRX-fil

Download Selected text to speech-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
Officiel URL https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
Beskrivelse With this extension, you can speech to the selected text.
Filstørrelse 15.43 KB
Antal Installationer 52
Nuværende Version 1.0
Senest Opdateret 2022-01-27
Udgivelsesdato 2022-01-27
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://funfuni.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.funfuni.com/
Hjælpeside-URL https://funfuni.com/contact-us/
URL til Fortrolighedspolitik Side https://www.funfuni.com/privacy-policy
Understøttede Sprog 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"
}