Voice Out TTS Client

Voice Out TTS, select the text and right-click to speak with your system TTS Engine

ما هو Voice Out TTS Client؟

Voice Out TTS Client هو إضافة Chrome تم تطويرها بواسطة https://www.rosaneng.com، والميزة الرئيسية لها هي "Voice Out TTS, select the text and right-click to speak with your system TTS Engine".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Voice Out TTS Client

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

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

                        Voice Out is a Text-to-speech TTS client that makes your Chrome browser speak texts with the built-in Text-to-speech Engine TTS. 

Voice Out helps you read in foreign languages. Simply select the text, right click and select Voice Out TTS Client -> Start speaking to convert the text into voice. Make your device say anything you want in foreign languages by changing the settings.

This extension aims to be simple and without useless features or options.

For educators, parents or students (everyone). You can use this extension to learn about pronunciation of different languages.                    

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

الاسم Voice Out TTS Client Voice Out TTS Client
ID hbelphkdkebaclidgfhjaobpljdoagpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/voice-out-tts-client/hbelphkdkebaclidgfhjaobpljdoagpd
الوصف Voice Out TTS, select the text and right-click to speak with your system TTS Engine
حجم الملف 423 KB
عدد التثبيتات 1,402
النسخة الحالية 1.0
آخر تحديث 2018-07-10
تاريخ النشر 2018-07-09
تقييم 4.25/5 مجموع تقييمات 8
المطور https://www.rosaneng.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.rosaneng.com
عنوان صفحة المساعدة http://www.rosaneng.com
عنوان صفحة سياسة الخصوصية http://www.rosaneng.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voice Out TTS Client",
    "description": "Voice Out TTS, select the text and right-click to speak with your system TTS Engine",
    "manifest_version": 2,
    "minimum_chrome_version": "24",
    "offline_enabled": true,
    "permissions": [
        "tts",
        "contextMenus"
    ],
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "options.html",
        "default_title": "Voice Out TTS Client"
    },
    "background": {
        "scripts": [
            "js\/background.min.js"
        ],
        "persistens": false
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    }
}