DragonLink

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

Apa itu DragonLink?

DragonLink adalah ekstensi Chrome yang dikembangkan oleh @DanEllisScience, dan fitur utamanya adalah "A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. DEV: @DanEllisScience".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DragonLink

Unduh file ekstensi DragonLink dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DragonLink DragonLink
ID iagdenmadjpeeigekdkdmlombbkjoanj
URL Resmi https://chromewebstore.google.com/detail/dragonlink/iagdenmadjpeeigekdkdmlombbkjoanj
Deskripsi A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. DEV: @DanEllisScience
Ukuran File 972 KB
Jumlah Instalasi 3,798
Versi Saat Ini 0.2
Terakhir Diperbarui 2018-01-27
Tanggal Publikasi 2018-01-26
Penilaian 4.00/5 Total 5 Penilaian
Pengembang @DanEllisScience
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}