DragonLink

A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. DEV: @DanEllisScience

DragonLinkとは何ですか?

DragonLinkは@DanEllisScienceによって開発されたChromeの拡張機能で、その主な機能は「A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. DEV: @DanEllisScience」です。

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

screenshot

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

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

拡張機能の使用方法

                        Using the 2500 most spoken words in the English language we are able to make a web compatible voice dictation navigator.  

By pressing CTRL we are able to bring up tooltips on all document links and buttons.  These are then typed into the toolbox and submitted.  Voice navigation for this may fall under the lines of 'control key' +  + 'newline', to navigate. 

Works well with Dragon speak. 

Aim: better accessibility / hands free web navigation.                    

拡張機能の基本情報

名前 DragonLink DragonLink
ID iagdenmadjpeeigekdkdmlombbkjoanj
公式URL https://chromewebstore.google.com/detail/dragonlink/iagdenmadjpeeigekdkdmlombbkjoanj
説明 A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. DEV: @DanEllisScience
ファイルサイズ 972 KB
インストール数 3,798
現在のバージョン 0.2
最終更新日 2018-01-27
公開日 2018-01-26
評価 4.00/5 合計 5 レビュー
開発者 @DanEllisScience
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DragonLink",
    "author": "Dan Ellis 2018",
    "description": "A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. \n DEV: @DanEllisScience",
    "version": "0.2",
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": ".\/logo.png"
    },
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sortlinks.js",
                "top2500.json"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [],
    "permissions": [
        "browserAction",
        "setIcon"
    ]
}