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
电子邮箱 [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"
    ]
}