OkaySpeak

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

Cos'è OkaySpeak?

OkaySpeak è un'estensione di Chrome sviluppata da okayramesh, e la sua funzione principale è "Right click and select the text you want us to speak out.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OkaySpeak

Scarica i file di estensione OkaySpeak in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
URL Ufficiale https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
Descrizione Right click and select the text you want us to speak out.
Dimensione del File 10.09 KB
Conteggio Installazioni 610
Versione Corrente 1.1
Ultimo Aggiornamento 2019-09-22
Data di Pubblicazione 2019-09-22
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore okayramesh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}