OkaySpeak

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

ما هو OkaySpeak؟

OkaySpeak هو إضافة Chrome تم تطويرها بواسطة okayramesh، والميزة الرئيسية لها هي "Right click and select the text you want us to speak out.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة OkaySpeak

قم بتنزيل ملفات الامتداد OkaySpeak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
عنوان URL الرسمي https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
الوصف Right click and select the text you want us to speak out.
حجم الملف 10.09 KB
عدد التثبيتات 610
النسخة الحالية 1.1
آخر تحديث 2019-09-22
تاريخ النشر 2019-09-22
تقييم 3.50/5 مجموع تقييمات 4
المطور okayramesh
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}