Selection Reader

Selection Reader allows to speak the content in the web page with various voice control options.

ما هو Selection Reader؟

Selection Reader هو إضافة Chrome تم تطويرها بواسطة Arun Kumar Sekar، والميزة الرئيسية لها هي "Selection Reader allows to speak the content in the web page with various voice control options.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Selection Reader

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

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

                        Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.                    

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

الاسم Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
الوصف Selection Reader allows to speak the content in the web page with various voice control options.
حجم الملف 105 KB
عدد التثبيتات 16,794
النسخة الحالية 2.1
آخر تحديث 2017-11-29
تاريخ النشر 2017-11-29
تقييم 4.22/5 مجموع تقييمات 9
المطور Arun Kumar Sekar
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selection Reader",
    "version": "2.1",
    "description": "Selection Reader allows to speak the content in the web page with various voice control options.",
    "permissions": [
        "tts",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "128": "img\/speak128.png",
        "48": "img\/speak64.png",
        "16": "img\/speak16.png"
    },
    "browser_action": {
        "default_icon": "img\/speak32.png",
        "default_popup": "index.html",
        "default_title": "Selection Reader"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}