EasySpeak

This extension will allow users to speak into the website, a new way to interact.

ما هو EasySpeak؟

EasySpeak هو إضافة Chrome تم تطويرها بواسطة jsbbvk، والميزة الرئيسية لها هي "This extension will allow users to speak into the website, a new way to interact.".

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

screenshot

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

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

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

                        Visit our website: www.easyspeak.tech

This extension will allow you to transform your speech into text that is placed into text areas. 

Instuctions:
Simply select a text field and start the voice recognition to see the magic unfold. 

Commands:
 - 'clear slate'
 - 'delete word'
 - 'new paragraph'
 - "Open" + (valid url)
 - "Buy" + (item queries)
 - "Search" + (anything)
 - "Solve" + (anything)
 - "What is" + (anything)
 - "Play video" + (anything)                    

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

الاسم EasySpeak EasySpeak
ID ddjlgapaflfbkfndnhlehildjhegeomk
عنوان URL الرسمي https://chromewebstore.google.com/detail/easyspeak/ddjlgapaflfbkfndnhlehildjhegeomk
الوصف This extension will allow users to speak into the website, a new way to interact.
حجم الملف 149 KB
عدد التثبيتات 11
النسخة الحالية 1.5
آخر تحديث 2018-04-26
تاريخ النشر 2018-04-25
تقييم 3.00/5 مجموع تقييمات 4
المطور jsbbvk
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EasySpeak",
    "description": "This extension will allow users to speak into the website, a new way to interact.",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "background": [
        {
            "scripts": [
                "background.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ]
}