Read Out Loud

This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.

ما هو Read Out Loud؟

Read Out Loud هو إضافة Chrome تم تطويرها بواسطة softapp، والميزة الرئيسية لها هي "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Read Out Loud

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

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

                        This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

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

الاسم Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
عنوان URL الرسمي https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
الوصف This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
حجم الملف 10.88 KB
عدد التثبيتات 996
النسخة الحالية 1.1.0
آخر تحديث 2023-03-03
تاريخ النشر 2023-03-02
المطور softapp
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Read Out Loud",
    "version": "1.1.0",
    "description": "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}