Speak It
Speak It app converts text into speech. Select text > Speak it
ما هو Speak It؟
Speak It هو إضافة Chrome تم تطويرها بواسطة Online Apps، والميزة الرئيسية لها هي "Speak It app converts text into speech. Select text > Speak it".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Speak It
قم بتنزيل ملفات الامتداد Speak It بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages. How to use: 1) select words or paragraphs 2) right click on this text 3) click Speak It to confirm in the context menu Features: Languages - English, German, Spanish, French, Portuguese, Russian Rate Pitch Volume
معلومات أساسية عن التمديد
الاسم | Speak It |
ID | amcnjejmdfilapnnfgnhnidhkififadk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk |
الوصف | Speak It app converts text into speech. Select text > Speak it |
حجم الملف | 162 KB |
عدد التثبيتات | 72,668 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2022-12-19 |
تاريخ النشر | 2020-06-02 |
تقييم | 2.53/5 مجموع تقييمات 72 |
المطور | Online Apps |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.e-players.net/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Speak It", "description": "Speak It app converts text into speech. Select text > Speak it", "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "tts", "storage" ], "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |