DragonLink

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

DragonLink क्या है?

DragonLink @DanEllisScience द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. DEV: @DanEllisScience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DragonLink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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