EasySpeak

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

Wat is EasySpeak?

EasySpeak is een Chrome-extensie ontwikkeld door jsbbvk, en de belangrijkste functie is "This extension will allow users to speak into the website, a new way to interact.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EasySpeak

Download EasySpeak-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam EasySpeak EasySpeak
ID ddjlgapaflfbkfndnhlehildjhegeomk
Officiële URL https://chromewebstore.google.com/detail/easyspeak/ddjlgapaflfbkfndnhlehildjhegeomk
Beschrijving This extension will allow users to speak into the website, a new way to interact.
Bestandsgrootte 149 KB
Aantal Installaties 11
Huidige Versie 1.5
Laatst Bijgewerkt 2018-04-26
Publicatiedatum 2018-04-25
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar jsbbvk
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}