EasySpeak

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

What is EasySpeak?

EasySpeak is a Chrome extension developed by jsbbvk, and its main feature is "This extension will allow users to speak into the website, a new way to interact.".

Extension Screenshots

screenshot

Download EasySpeak Extension CRX File

Download EasySpeak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name EasySpeak EasySpeak
ID ddjlgapaflfbkfndnhlehildjhegeomk
Official URL https://chromewebstore.google.com/detail/easyspeak/ddjlgapaflfbkfndnhlehildjhegeomk
Description This extension will allow users to speak into the website, a new way to interact.
File Size 149 KB
Installation Count 11
Current Version 1.5
Last Updated 2018-04-26
Publish Date 2018-04-25
Rating 3.00/5 Total 4 Ratings
Developer jsbbvk
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}