EasySpeak

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

EasySpeakとは何ですか?

EasySpeakはjsbbvkによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow users to speak into the website, a new way to interact.」です。

拡張機能のスクリーンショット

screenshot

EasySpeak拡張機能のCRXファイルをダウンロード

EasySpeak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}