Speak it out!

Get voice output of selected text in a web page.

ما هو Speak it out!؟

Speak it out! هو إضافة Chrome تم تطويرها بواسطة Gilbish Kosma، والميزة الرئيسية لها هي "Get voice output of selected text in a web page.".

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

screenshot

تحميل ملف CRX للإضافة Speak it out!

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

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

                        A chrome extension to play voice of selected text from the current tab.                    

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

الاسم Speak it out! Speak it out!
ID incioejkedmnflnacbbncfbjeiedoepo
عنوان URL الرسمي https://chromewebstore.google.com/detail/speak-it-out/incioejkedmnflnacbbncfbjeiedoepo
الوصف Get voice output of selected text in a web page.
حجم الملف 5.59 KB
عدد التثبيتات 34
النسخة الحالية 0.0.3
آخر تحديث 2021-10-10
تاريخ النشر 2021-10-10
المطور Gilbish Kosma
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak it out!",
    "description": "Get voice output of selected text in a web page.",
    "version": "0.0.3",
    "author": "Satyam Lachhwani ",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "sound.png"
    },
    "icons": {
        "32": "sound.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}