OkaySpeak

Right click and select the text you want us to speak out.

Hvad er OkaySpeak?

OkaySpeak er en Chrome-udvidelse udviklet af okayramesh, og dens hovedfunktion er "Right click and select the text you want us to speak out.".

Udvidelsesskærmbilleder

screenshot

Download OkaySpeak-udvidelses-CRX-fil

Download OkaySpeak-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

                        The sole purpose of the speakit exntension is to speak loadly the  selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.                    

Grundlæggende oplysninger om udvidelsen

Navn OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
Officiel URL https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
Beskrivelse Right click and select the text you want us to speak out.
Filstørrelse 10.09 KB
Antal Installationer 610
Nuværende Version 1.1
Senest Opdateret 2019-09-22
Udgivelsesdato 2019-09-22
Bedømmelse 3.50/5 Samlet 4 Bedømmelser
Udvikler okayramesh
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "OkaySpeak",
    "short_name": "Speak loudly",
    "description": "Right click and select the text you want us to speak out.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "tts"
    ]
}