OkaySpeak

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

Wat is OkaySpeak?

OkaySpeak is een Chrome-extensie ontwikkeld door okayramesh, en de belangrijkste functie is "Right click and select the text you want us to speak out.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OkaySpeak

Download OkaySpeak-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
Officiële URL https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
Beschrijving Right click and select the text you want us to speak out.
Bestandsgrootte 10.09 KB
Aantal Installaties 610
Huidige Versie 1.1
Laatst Bijgewerkt 2019-09-22
Publicatiedatum 2019-09-22
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar okayramesh
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}