OkaySpeak

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

Apa itu OkaySpeak?

OkaySpeak adalah ekstensi Chrome yang dikembangkan oleh okayramesh, dan fitur utamanya adalah "Right click and select the text you want us to speak out.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi OkaySpeak

Unduh file ekstensi OkaySpeak dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
URL Resmi https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
Deskripsi Right click and select the text you want us to speak out.
Ukuran File 10.09 KB
Jumlah Instalasi 610
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-09-22
Tanggal Publikasi 2019-09-22
Penilaian 3.50/5 Total 4 Penilaian
Pengembang okayramesh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}