OkaySpeak

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

Qu'est-ce que OkaySpeak ?

OkaySpeak est une extension Chrome développée par okayramesh, et sa fonction principale est "Right click and select the text you want us to speak out.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OkaySpeak

Téléchargez les fichiers d'extension OkaySpeak au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
URL Officiel https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
Description Right click and select the text you want us to speak out.
Taille du Fichier 10.09 KB
Nombre d'Installations 610
Version Actuelle 1.1
Dernière Mise à Jour 2019-09-22
Date de Publication 2019-09-22
Évaluation 3.50/5 Total 4 Évaluations
Développeur okayramesh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}