SpeakIt

Speak the selected text

ما هو SpeakIt؟

SpeakIt هو إضافة Chrome تم تطويرها بواسطة odlyzko953، والميزة الرئيسية لها هي "Speak the selected text".

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

screenshot

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

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

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

                        Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. 

How To Use? 
Install-Select-SpeakIt
(Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon)

The extension is changing the new tab                    

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

الاسم SpeakIt SpeakIt
ID ogcmdndkjibojdigkjpccjiekcdfdhlb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb
الوصف Speak the selected text
حجم الملف 14.9 KB
عدد التثبيتات 15,293
النسخة الحالية 1.6
آخر تحديث 2019-12-11
تاريخ النشر 2019-12-11
تقييم 2.83/5 مجموع تقييمات 54
المطور odlyzko953
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/odlyzko953/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "description": "Speak the selected text",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "SpeakIt",
    "permissions": [
        "tts",
        "contextMenus"
    ],
    "version": "1.6",
    "chrome_url_overrides": {
        "newtab": "nt.html"
    }
}