speakIt

This extension will speak up the text which you have selected.

ما هو speakIt؟

speakIt هو إضافة Chrome تم تطويرها بواسطة https://akashbijwe.github.io، والميزة الرئيسية لها هي "This extension will speak up the text which you have selected.".

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

screenshot

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

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

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

                        speakIt powers to read the text on your screen aloud & it can be used in any webpage.
To use SpeakIt select any text and the right click on the selected text & click on Speak.

Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)                    

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

الاسم speakIt speakIt
ID kolhkkbkekanfnkhbmahmeemhlcknilk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk
الوصف This extension will speak up the text which you have selected.
حجم الملف 12.58 KB
عدد التثبيتات 3,186
النسخة الحالية 1.1
آخر تحديث 2019-03-04
تاريخ النشر 2019-03-04
تقييم 2.67/5 مجموع تقييمات 6
المطور https://akashbijwe.github.io
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speakIt",
    "version": "1.1",
    "description": "This extension will speak up the text which you have selected.",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}