Speak Selection

Speaks the current selection out loud.

ما هو Speak Selection؟

Speak Selection هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/encontralogratis، والميزة الرئيسية لها هي "Speaks the current selection out loud.".

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

screenshot

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

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

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

                        Convierte cualquier texto de una web voz deja de leer y escucha tus noticias favoritas                    

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

الاسم Speak Selection Speak Selection
ID kcdbalaepjkgpikfadbdjccobelibgdl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/speak-selection/kcdbalaepjkgpikfadbdjccobelibgdl
الوصف Speaks the current selection out loud.
حجم الملف 38.7 KB
عدد التثبيتات 82
النسخة الحالية 1.1
آخر تحديث 2017-09-19
تاريخ النشر 2017-09-19
تقييم 4.00/5 مجموع تقييمات 1
المطور https://sites.google.com/site/encontralogratis
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://goo.gl/eQNkWB
عنوان صفحة المساعدة https://goo.gl/eQNkWB
اللغات المدعومة es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak Selection",
    "version": "1.1",
    "description": "Speaks the current selection out loud.",
    "permissions": [
        "",
        "tts",
        "tabs"
    ],
    "background": {
        "scripts": [
            "keycodes.js",
            "tabs.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "SpeakSel19.png",
        "default_title": "Speak Selection"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "keycodes.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "SpeakSel16.png",
        "48": "SpeakSel48.png",
        "128": "SpeakSel128.png",
        "256": "SpeakSel256.png"
    },
    "manifest_version": 2
}