TTS

Make the browser speak!

ما هو TTS؟

TTS هو إضافة Chrome تم تطويرها بواسطة Calvin، والميزة الرئيسية لها هي "Make the browser speak!".

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

screenshot

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

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

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

                        Type/paste in any text and have Chrome read it out for you.

Update 29/06/16 V1.1: You can now select text on a web page > right click > say this 

Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text                    

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

الاسم TTS TTS
ID aigmpafmfnefdcdhmkoeboglhbdocohd
عنوان URL الرسمي https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd
الوصف Make the browser speak!
حجم الملف 10.46 KB
عدد التثبيتات 579
النسخة الحالية 1.2
آخر تحديث 2017-04-17
تاريخ النشر 2017-04-17
تقييم 3.88/5 مجموع تقييمات 16
المطور Calvin
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTS",
    "description": "Make the browser speak!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}